Adds level prefabs, theme assets, audio, extensions, and deployment scripts for the Unity WebGL migration. Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
743 B
JSON
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
|
|
}
|
|
]
|
|
}
|