1.更改cocos creator 自带的loading 流程:
(1)项目构建
(2)在build文件下找到 index.html去掉
<div class="progress-bar stripes">
<span style="width: 0%"></span>
</div>
1
2
3
(3)找到main.js 修改这个方法 将获取bar的部分注释掉 setLoadingDisplay
(4)更换 splash 为想要的图片
---------------------
作者:ileshon
来源:CSDN
原文:https://blog.csdn.net/weixin_38432588/article/details/84839490
版权声明:本文为博主原创文章,转载请附上博文链接!