摘要: 2.1.0版本引擎,在使用cc.audioEngine.setMusicVolume设置音量时,让游戏静音把音量设置为0但是无效, cc.audioEngine.setMusicVolume(0) 解决办法是设置为0.01 cc.audioEngine.setMusicVolume(0.01) 阅读全文
posted @ 2019-06-12 12:17 orxx 阅读(2208) 评论(0) 推荐(0) 编辑
摘要: loadScene后如何在回调函数内获取加载成功的场景 阅读全文
posted @ 2019-06-12 11:58 orxx 阅读(3184) 评论(0) 推荐(0) 编辑
摘要: 资源的url不需要写根目录resources,也不需要加文件类型后缀 阅读全文
posted @ 2019-06-12 10:11 orxx 阅读(7097) 评论(0) 推荐(0) 编辑