Skip to content

Commit cdd7057

Browse files
committed
Update NFT Display Attributes_1.pbt
1 parent 64bbb17 commit cdd7057

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

Data/Templates/NFT Display Attributes_1.pbt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Assets {
2-
Id: 12334057663728470171
2+
Id: 4454253352573768065
33
Name: "NFT Display Attributes"
44
PlatformAssetType: 5
55
TemplateAsset {
66
ObjectBlock {
7-
RootId: 16928648490077019132
7+
RootId: 7168000809252704677
88
Objects {
9-
Id: 16928648490077019132
9+
Id: 7168000809252704677
1010
Name: "TemplateBundleDummy"
1111
Transform {
1212
Location {
@@ -21,12 +21,6 @@ Assets {
2121
}
2222
Folder {
2323
BundleDummy {
24-
ReferencedAssets {
25-
Id: 12578320240401189491
26-
}
27-
ReferencedAssets {
28-
Id: 11542042296955416537
29-
}
3024
ReferencedAssets {
3125
Id: 12847116113554750123
3226
}
@@ -2020,17 +2014,19 @@ Assets {
20202014
AssetId: "None"
20212015
}
20222016
}
2017+
DirectlyPublished: true
20232018
VirtualFolderPath: "NFT Display Attributes"
20242019
}
20252020
Assets {
20262021
Id: 11542042296955416537
20272022
Name: "README"
20282023
PlatformAssetType: 3
20292024
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"
20312026
CustomParameters {
20322027
}
20332028
}
2029+
DirectlyPublished: true
20342030
VirtualFolderPath: "NFT Display Attributes"
20352031
}
20362032
Assets {
@@ -2042,6 +2038,7 @@ Assets {
20422038
CustomParameters {
20432039
}
20442040
}
2041+
DirectlyPublished: true
20452042
VirtualFolderPath: "NFT Display Attributes"
20462043
}
20472044
Assets {
@@ -2095,10 +2092,10 @@ Assets {
20952092
}
20962093
}
20972094
Marketplace {
2098-
Id: "7b806045d95c4f42a1d27070582179bc"
2099-
OwnerAccountId: "93d6eaf2514940a08c5481a4c03c1ee3"
2100-
OwnerName: "CommanderFoo"
2095+
Id: "530f49a6995e4ddba5772bd1d0e29123"
2096+
OwnerAccountId: "bd602d5201b04b3fbf7be10f59c8f974"
2097+
OwnerName: "CoreAcademy"
21012098
}
2102-
SerializationVersion: 118
2099+
SerializationVersion: 119
21032100
}
21042101
IncludesAllDependencies: true

0 commit comments

Comments
 (0)