1 Star 5 Fork 2

鸽子/easy-scratch2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
asconfig.json 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸽子 提交于 2020-01-16 16:09 . Scratch2.0 init
{
"config": "flex",
"type": "app",
"files": ["src/Scratch.as"],
"compilerOptions": {
"default-size": {
"width": 1024,
"height": 640
},
"output": "build/ide/Scratch.swf",
"source-path": [
"src"
],
"library-path": [
"libs"
],
"advanced-telemetry": true,
"static-link-runtime-shared-libraries": true,
"define": [
{
"name": "SCRATCH::allow3d",
"value": true
},
{
"name": "SCRATCH::revision",
"value": "'dev-ide'"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
ActionScript
1
https://gitee.com/chengyu2333/scratch2.git
git@gitee.com:chengyu2333/scratch2.git
chengyu2333
scratch2
easy-scratch2
master

搜索帮助