随笔分类 -  egret

摘要:https://bbs.egret.com/forum.php?mod=viewthread&tid=55311&highlight=声音 阅读全文
posted @ 2019-11-04 19:53 dbc_pp 阅读(346) 评论(0) 推荐(0)
摘要:带着这样的疑问, 我做了个小统计简单粗暴, 直接在HashObject 中插入: [AppleScript] 纯文本查看 复制代码 ? 01 02 03 04 05 06 07 08 09 10 HashObject.count = {}; function HashObject() { this. 阅读全文
posted @ 2019-08-03 15:40 dbc_pp 阅读(340) 评论(0) 推荐(1)
摘要:1.egret create_lib egret 2.修改 tsconfig 文件 { "compilerOptions": { "target": "es5", "outFile": "bin/egret/egret.js", "allowJs": true }, "files": [ "egre 阅读全文
posted @ 2019-07-03 14:41 dbc_pp 阅读(1192) 评论(0) 推荐(0)