Files
cocos/assets/resources/map-tiles/palettes/redarmy.json
2026-07-14 16:02:20 +08:00

33 lines
760 B
JSON

{
"displayName": "redarmy",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/redarmy/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/redarmy/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/redarmy/WallBlock",
"unityIndex": 2
},
{
"display": "小游戏素材红色_03",
"layer": "border",
"tileKey": "小游戏素材红色_03",
"texture": "textures/redarmy/小游戏素材红色_03",
"unityIndex": 3
}
]
}