How to customize loading page using cocos2d-js

How to customize loading page using cocos2d-js

  1. Loader Image
    ‘frameworks\cocos2d-html5\Base64Images.js’
    cc._loaderImage = (encoded base64)
    ‘frameworks\cocos2d-html5\cocos2d\core\scenes\CCLoaderScene.js’
    line 46 : if(cc._loaderImage)

  2. loading image
    ‘frameworks\cocos2d-html5\Base64Images.js’
    cc._loadingImage = (encoded base64)
    'frameworks\cocos2d-html5\CCBoot.js ’
    line 478 : if(cc._loadingImage)

good luck

3 Likes

i have tried changing it … but nothing is changing in the loading screen of the game??
please help

I did it it worked :smile:
You have to make changes in cc.loaderscene