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>
This commit is contained in:
2026-06-16 15:30:58 +08:00
parent cba5105908
commit d393302388
6248 changed files with 17322729 additions and 11036 deletions

View File

@@ -0,0 +1,36 @@
{
"tiles": [
{
"name": "MapTile_Baseblock",
"display": "地面 Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/silu/Baseblock",
"prefab": "map-tiles/MapTile_Baseblock"
},
{
"name": "MapTile_JumpBlock",
"display": "跳跃 JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/silu/JumpBlock",
"prefab": "map-tiles/MapTile_JumpBlock"
},
{
"name": "MapTile_WallBlock",
"display": "墙 WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/silu/WallBlock",
"prefab": "map-tiles/MapTile_WallBlock"
},
{
"name": "MapTile_Decor23",
"display": "装饰 素材23",
"layer": "border",
"tileKey": "Decor23",
"texture": "textures/silu/kuai11",
"prefab": "map-tiles/MapTile_Decor23"
}
]
}