Initially when a cocos2d-html5 project starts (in the web browser), there is a background image showing cocos2d.
How does one remove or change it ?
This appears just after the loading screen. I cannot find a reference to it anywhere in code.
Initially when a cocos2d-html5 project starts (in the web browser), there is a background image showing cocos2d.
How does one remove or change it ?
This appears just after the loading screen. I cannot find a reference to it anywhere in code.
It's created in
frameworks/cocos2d-html5/cocos2d/core/scenes/CCLoaderScene.jsAnd the cocos2d logo is a base64 image store in variable
cc._loaderImage.cc._loaderImageis defined inframeworks/cocos2d-html5/Base64Images.js