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,53 @@
{
"package_version": 2,
"name": "level-map-editor",
"version": "1.7.1",
"description": "关卡地图编辑(对齐 Unity Tile Palette中间关卡、右侧地图模块",
"author": "tfrh",
"editor": ">=3.8.0",
"main": "./dist/main.js",
"panels": {
"default": {
"title": "关卡控制器",
"type": "dockable",
"main": "./dist/panels/level-map-editor.js",
"size": {
"min-width": 720,
"min-height": 480,
"width": 960,
"height": 640
}
}
},
"contributions": {
"menu": [
{
"path": "i18n:menu.panel/level-map-editor",
"label": "关卡控制器",
"message": "open-panel"
},
{
"path": "扩展",
"label": "关卡控制器",
"message": "open-panel"
}
],
"messages": {
"open-panel": {
"methods": ["openPanel"]
},
"mark-bake-pending": {
"methods": ["markBakePending"]
},
"import-level-from-prefab": {
"methods": ["importLevelFromPrefab"]
},
"level-map-editor:prefab-synced": {
"methods": []
}
},
"scene": {
"script": "./dist/scene.js"
}
}
}