Ignacio
January 26, 2020, 3:13pm
#1
How can I change the loading screen? I want to change the background color from black to another and eliminate the load percentage
Bouh
January 26, 2020, 4:39pm
#2
This is always true :
You need JavaScript and PIXI (if you use the classic web export) and edit the file “pixi-renderers/loadingscreen-pixi-renderer.js”, analogous if you use the Cocos export.
There is no easy way yet
Most recent anwser is here, and if you take a look in the link to Github and navigate in files you can see files to edit for customize the loading screen like you want.
You need know programming for create your customize screen.
When you take a subscription you can turn off the splashscreen, this splashscreen is also loading screen.
Then when you turn off this you get black screen. (Because we remove the splashscreen logo)
But with this files on Github, if you edit files, and turn on splashscreen you will be able to customize your loading screen.
https://github.com/Bouh/GDevelop_stuff/tree/master/splashscreen_custom
1 Like