HTML5 Loader

Hi there,
I am working on an HTML5 game, and would like to change the icon and text in the loader before the game starts, which is the Defold icon and name


is there anywhere I could read about editing it ?

I think you can swap a custom splash image of your own in the project settings - HTML5 section.
You can read more on this here.

4 Likes

Thank you, I thought splash image was used for something else any ideas about the progress bar underneath ?

It’s standard html+CSS. You can copy the defaults from builtins and use your modified copy by changing in game.project.

4 Likes

Right, thanks, I thought so but I just wanted to be sure before delving into it.