Files
cocos/assets/resources/map-tiles/palettes/redarmy.json
刘宇飞 d393302388 Complete Cocos Creator port with level bundles, themes, and tooling.
Adds level prefabs, theme assets, audio, extensions, and deployment scripts for the Unity WebGL migration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 15:30:58 +08:00

34 lines
743 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/kuai11",
"unityIndex": 3
}
]
}