Cocos Creator自定义loading界面

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  
版权声明:本文为博主原创文章,转载请附上博文链接!

上一篇:cocos creator实战-(四)滚动的数字


下一篇:cocos creator基础-(十八)高级UI的实现 - 弹出式对话框、个性化时间进度条