Initial Cocos Creator port of main-site Unity WebGL game.

Includes core gameplay, 600 exported levels, visual assets, web bridge, and bootstrap scene.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-22 14:57:46 +08:00
commit cba5105908
88 changed files with 13798 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"package_version": 2,
"name": "game-controller-inspector",
"version": "1.0.0",
"description": "GameController Inspector 调试按钮(对齐 Unity TestGame2",
"main": "./dist/main.js",
"contributions": {
"inspector": {
"section": {
"node": {
"GameController": "./dist/inspector.js"
}
}
}
}
}