You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Data/Templates/NFT Display Attributes_1.pbt
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
Assets {
2
-
Id:12334057663728470171
2
+
Id:4454253352573768065
3
3
Name:"NFT Display Attributes"
4
4
PlatformAssetType:5
5
5
TemplateAsset {
6
6
ObjectBlock {
7
-
RootId:16928648490077019132
7
+
RootId:7168000809252704677
8
8
Objects {
9
-
Id:16928648490077019132
9
+
Id:7168000809252704677
10
10
Name:"TemplateBundleDummy"
11
11
Transform {
12
12
Location {
@@ -21,12 +21,6 @@ Assets {
21
21
}
22
22
Folder {
23
23
BundleDummy {
24
-
ReferencedAssets {
25
-
Id:12578320240401189491
26
-
}
27
-
ReferencedAssets {
28
-
Id:11542042296955416537
29
-
}
30
24
ReferencedAssets {
31
25
Id:12847116113554750123
32
26
}
@@ -2020,17 +2014,19 @@ Assets {
2020
2014
AssetId:"None"
2021
2015
}
2022
2016
}
2017
+
DirectlyPublished:true
2023
2018
VirtualFolderPath:"NFT Display Attributes"
2024
2019
}
2025
2020
Assets {
2026
2021
Id:11542042296955416537
2027
2022
Name:"README"
2028
2023
PlatformAssetType:3
2029
2024
TextAsset {
2030
-
Text: "--[[\r\n _ _ ______ _______ _____ _ _ _ _ _ _ _ \r\n | \\ | | ____|__ __| | __ \\(_) | | /\\ | | | | (_) | | | \r\n | \\| | |__ | | | | | |_ ___ _ __ | | __ _ _ _ / \\ | |_| |_ _ __ _| |__ _ _| |_ ___ ___ \r\n | . ` | __| | | | | | | / __| \'_ \\| |/ _` | | | | / /\\ \\| __| __| \'__| | \'_ \\| | | | __/ _ \\/ __|\r\n | |\\ | | | | | |__| | \\__ \\ |_) | | (_| | |_| | / ____ \\ |_| |_| | | | |_) | |_| | || __/\\__ \\\r\n |_| \\_|_| |_| |_____/|_|___/ .__/|_|\\__,_|\\__, | /_/ \\_\\__|\\__|_| |_|_.__/ \\__,_|\\__\\___||___/\r\n | | __/ | \r\n |_| |___/ \r\n-------------------------------------------------------------------------------------------------------------\r\n\r\nThe NFT Display Attributes component will display the attributes of an NFT in the UI. Attributes are a great way\r\nto create content in Core. You can read the attributes of an NFT and do something based on the attributes.\r\nFor example, creating an Axe where the handle, blade, and color are stored on the Blockchain as attributes.\r\n\r\nThe example for this componenent will load a random NFT from the MekaVerse collection, display the NFT image, \r\nand list all the attributes. What you do with those attributes is really down your imagination. Think of them\r\nas the DNA that describes how an object is made.\r\n\r\nhttps://opensea.io/collection/mekaverse\r\n\r\n-----------------------------------------------------------------------------------------------------------------\r\n\r\n==========\r\nHow to use\r\n==========\r\n\r\nThe root of the template contains 4 custom properties.\r\n\r\n- ContractAddress\r\n The contract address to look at when retrieving tokens.\r\n\r\n- TokenID\r\n The token ID to load.\r\n\r\n- TotalTokens\r\n The amount of tokens in the collection. This is only needed if Random is enabled.\r\n\r\n- Random\r\n If enabled, a random token from the collection will be retrieved and displayed.\r\n\r\n==========\r\nLearn More\r\n==========\r\n\r\nTo see how this component was created, you can read the tutorial:\r\n\r\nhttps://learn.coregames.com/courses/nft-generative-content/\r\n\r\n--]]\r\n"
2025
+
Text: "--[[\r\n _ _ ______ _______ _____ _ _ _ _ _ _ _\r\n | \\ | | ____|__ __| | __ \\(_) | | /\\ | | | | (_) | | |\r\n | \\| | |__ | | | | | |_ ___ _ __ | | __ _ _ _ / \\ | |_| |_ _ __ _| |__ _ _| |_ ___ ___\r\n | . ` | __| | | | | | | / __| \'_ \\| |/ _` | | | | / /\\ \\| __| __| \'__| | \'_ \\| | | | __/ _ \\/ __|\r\n | |\\ | | | | | |__| | \\__ \\ |_) | | (_| | |_| | / ____ \\ |_| |_| | | | |_) | |_| | || __/\\__ \\\r\n |_| \\_|_| |_| |_____/|_|___/ .__/|_|\\__,_|\\__, | /_/ \\_\\__|\\__|_| |_|_.__/ \\__,_|\\__\\___||___/\r\n | | __/ |\r\n |_| |___/\r\n-------------------------------------------------------------------------------------------------------------\r\n\r\nThe NFT Display Attributes component will display the attributes of an NFT in the UI. Attributes are a great\r\nway to create content in Core. You can read the attributes of an NFT and do something based on the attributes.\r\nFor example, creating an Axe where the handle, blade, and color are stored on the Blockchain as attributes.\r\n\r\nThe example for this component will load a random NFT from the MekaVerse collection, display the NFT image,\r\nand list all the attributes. What you do with those attributes is down to your imagination. Think of\r\nthem as the DNA that describes how an object is made.\r\n\r\nhttps://opensea.io/collection/mekaverse\r\n\r\n-----------------------------------------------------------------------------------------------------------------\r\n\r\n==========\r\nHow to use\r\n==========\r\n\r\nThe root of the template contains 4 custom properties.\r\n\r\n- ContractAddress\r\n The contract address to look at when retrieving tokens.\r\n\r\n- TokenID\r\n The token ID to load.\r\n\r\n- TotalTokens\r\n The number of tokens in the collection. This is only needed if Random is enabled.\r\n\r\n- Random\r\n If enabled a random token from the collection will be retrieved and displayed.\r\n\r\n==========\r\nLearn More\r\n==========\r\n\r\nhttps://learn.coregames.com/courses/nft-generative-content/\r\n\r\n--]]\r\n"
0 commit comments