Adds level prefabs, theme assets, audio, extensions, and deployment scripts for the Unity WebGL migration. Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
754 B
JSON
37 lines
754 B
JSON
{
|
|
"package_version": 2,
|
|
"name": "theme-controller",
|
|
"version": "1.3.0",
|
|
"description": "主题控制器:主题贴图 CRUD + 每主题实体等比缩放",
|
|
"author": "tfrh",
|
|
"editor": ">=3.8.0",
|
|
"main": "./dist/main.js",
|
|
"panels": {
|
|
"default": {
|
|
"title": "主题控制器",
|
|
"type": "dockable",
|
|
"main": "./dist/panels/theme-controller.js",
|
|
"size": {
|
|
"min-width": 640,
|
|
"min-height": 480,
|
|
"width": 880,
|
|
"height": 640
|
|
}
|
|
}
|
|
},
|
|
"contributions": {
|
|
"menu": [
|
|
{
|
|
"path": "扩展",
|
|
"label": "主题控制器",
|
|
"message": "open-panel"
|
|
}
|
|
],
|
|
"messages": {
|
|
"open-panel": {
|
|
"methods": ["openPanel"]
|
|
}
|
|
}
|
|
}
|
|
}
|