当前位置:网站首页>cocoscreator3.5.2打包微信小游戏发布到QQ小游戏修改
cocoscreator3.5.2打包微信小游戏发布到QQ小游戏修改
2022-07-31 05:15:00 【xuyid】
微信小游戏发布到QQ小游戏的问题记录:
1.打包完成修改project.config.json的appid为QQ小游戏的id
2.在game.js添加globalThis.System = global.System,如果不添加这行代码,启动会黑屏报错
3.在first-screen.js的start函数里面添加 gl.pixelStorei(gl.UNPACK_PREMULTIPLY_ALPHA_WEBGL,false),防止半透明图片变黑
边栏推荐
- vulhub靶场学习日记hackme1
- 【JVM加载】---类加载机制
- MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案
- UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装
- What is an EVM Compatible Chain?
- Common JVM interview questions and answers
- Android软件安全与逆向分析阅读笔记
- 年终总结——岁月静好~
- Year-end summary - the years are quiet~
- MySQL compressed package installation, fool teaching
猜你喜欢
随机推荐
The server time zone value ‘й‘ is unrecognized or represents more than one time zone
feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
Install mysqldb in mac10.14
[Ubuntu20.04 installs MySQL and MySQL-workbench visualization tool]
Android软件安全与逆向分析阅读笔记
this指向问题
代码块、Package,Import,封装(第六天)
What is GameFi?
mysql password modification method in Linux (pro-test available)
数字孪生将成为进入“元宇宙”一项重要的途径
CMOS管原理,及其在推挽电路中的应用
NFT与数字藏品到底有何区别?
On the side of Ali, tell me what are the application scenarios of message middleware you know?
[Cloud native] Ribbon is no longer used at the bottom layer of OpenFeign starting from the 2020.0.X version
阿里一面,说说你知道消息中间件的应用场景有哪些?
UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装
2021 Mianjing - Embrace Change
MySQL压缩包方式安装,傻瓜式教学
configure:error no SDL library found
2021年京东数据分析工程师秋招笔试编程题









