1 Star 5 Fork 2

鸽子/easy-scratch2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.groovy 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸽子 提交于 2020-01-16 16:09 . Scratch2.0 init
environments {
'11.6' {
output = 'Scratch'
playerVersion = '11.6'
additionalCompilerOptions = [
"-swf-version=19",
"-define+=SCRATCH::allow3d,true",
]
}
'10.2' {
output = 'ScratchFor10.2'
playerVersion = '10.2'
additionalCompilerOptions = [
"-swf-version=11",
"-define+=SCRATCH::allow3d,false",
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
ActionScript
1
https://gitee.com/chengyu2333/scratch2.git
[email protected]:chengyu2333/scratch2.git
chengyu2333
scratch2
easy-scratch2
master

搜索帮助