Includes core gameplay, 600 exported levels, visual assets, web bridge, and bootstrap scene. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|