1 Star 0 Fork 43

bk201l/behavior-eden-coco-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
sli97 提交于 2023-09-26 22:16 . version:1.0.1
{
"package_version": 2,
"version": "1.0.0",
"name": "behavior-eden",
"description": "i18n:behavior-eden.description",
"main": "./dist/main.js",
"dependencies": {},
"devDependencies": {
"@types/node": "^16.0.1",
"@types/fs-extra": "^9.0.5",
"typescript": "^4.3.4"
},
"panels": {
"default": {
"title": "behavior-eden",
"type": "dockable",
"main": "dist/panels/default",
"size": {
"min-width": 1024,
"min-height": 600,
"width": 1280,
"height": 720
}
}
},
"contributions": {
"menu": [
{
"path": "i18n:menu.panel/behavior-eden",
"label": "i18n:behavior-eden.open_panel",
"message": "open-panel"
}
],
"messages": {
"open-panel": {
"methods": [
"openPanel"
]
},
"refresh-panel": {
"methods": [
"refreshPanel"
]
},
"selection:select": {
"methods": [
"default.initSelection"
]
}
},
"inspector": {
"section": {
"node": {
"BehaviorEditor": "./dist/contributions/inspector/behavior-editor.js"
}
}
},
"asset-db": {
"mount": {
"path": "./src/runtime",
"readonly": true
}
}
},
"author": "Cocos Creator",
"editor": ">=3.8.0",
"scripts": {
"build": "tsc -b",
"watch": "tsc -w"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bk201l/behavior-eden-coco-plugin.git
git@gitee.com:bk201l/behavior-eden-coco-plugin.git
bk201l
behavior-eden-coco-plugin
behavior-eden-coco-plugin
master

搜索帮助