Construct3 Splash Screen For HTML5

920 Views Asked by At

How to change default splash screen in construct3 HTML5. which show like enter image description here

and also in console.log it show bellow message "Made with Construct 3, the game and app creator :: https://www.construct.net" how to remove it

2

There are 2 best solutions below

0
On

First, you need a license.

Second, select your project root folder (on right, called Box Size for my project).

enter image description here

Lastly, select Loader Style and update as you'd like enter image description here

0
On

The splash screen is hidden in the c3runtime.js file after you export your game in the form of base 64 strings.

I made a tool to replace the images and colors but to my knowledge only works for Construct 2.