Adds level prefabs, theme assets, audio, extensions, and deployment scripts for the Unity WebGL migration. Co-authored-by: Cursor <cursoragent@cursor.com>
33 lines
691 B
JSON
33 lines
691 B
JSON
{
|
|
"displayName": "snow",
|
|
"tiles": [
|
|
{
|
|
"display": "Baseblock",
|
|
"layer": "ground",
|
|
"tileKey": "Baseblock",
|
|
"texture": "textures/snow/Baseblock",
|
|
"unityIndex": 0
|
|
},
|
|
{
|
|
"display": "WallBlock",
|
|
"layer": "border",
|
|
"tileKey": "WallBlock",
|
|
"texture": "textures/snow/WallBlock",
|
|
"unityIndex": 1
|
|
},
|
|
{
|
|
"display": "kuai11",
|
|
"layer": "border",
|
|
"tileKey": "kuai11",
|
|
"texture": "textures/snow/kuai11",
|
|
"unityIndex": 2
|
|
},
|
|
{
|
|
"display": "JumpBlock",
|
|
"layer": "ground",
|
|
"tileKey": "JumpBlock",
|
|
"texture": "textures/snow/JumpBlock",
|
|
"unityIndex": 3
|
|
}
|
|
]
|
|
} |