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,8 @@
在 Cocos Creator 3.8.8 中:
1. 新建场景 → 保存为 main.scene与本目录同级
2. 创建空节点 AppRoot添加组件 AppBootstrap脚本路径 assets/scripts/AppBootstrap.ts
3. 项目设置中将 main 设为启动场景
4. 点击播放即可
无需手动创建 GameController / PlayerAppBootstrap 会自动搭建。