Replace preloader graphic?

What is the proper way to replace the “Powered by Cocos Creator” logo that Cocos uses on its pre-loader?

1 Like

Go to the build folder and repleace splash.png

I think you can also change C:\CocosCreator\resources\static\build-templates\shares\splash.png to change it permanently

Neither of the locations presented is under source control. This seems less than ideal.

The Cocos Creator splash screen can be replaced in builds by adding a custom ‘splash.png’ to the project folder:

./ProjectFolder/build-templates/web-mobile/splash.png
  • This file will not be used during development, but will be used during builds.
  • Note that the file goes directly in ‘web-mobile’ not in a ‘shares’ folder as it does in the CC install location.
7 Likes