Hi, everybody.
There is a problem in my game:
I make unload of #gameproxy
Then make load of #gameproxy
Between these 2 actions a blue screen appears for a second…
What is it? How can I make it white or make invisible at all?
Could it be that the background colour is blue?
1 Like
yep, it is
thank you
1 Like
You can either post a clear_color message like Mathias linked or, if you look at the default render script it can also read the background color from game.project, if you check the init() function you’ll see what the expected values are.
1 Like