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:
16
extensions/game-controller-inspector/package.json
Normal file
16
extensions/game-controller-inspector/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user