Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The behaviour is inconsistent. If I delete "loading_screen = loading_screen" at the beginning of the code, I get the default Adventuron Classroom logo at the top of the screen with a message saying "Click to continue..." and the animated yellow cursor. That's fine. All I want to do is replace the logo, as you previously said we had to do that anyway.

If I leave "loading_screen = loading_screen" and use my own loading_screen image, I get my loading screen centred vertically on the screen, but no message. Could it be that the centred image is obscuring the message? Is it possible to force my image to be at the top of the screen, rather than centred? Is there any way to skip the loading screen completely and handle everything in on_startup{}?

Just asking in case there's a suitable workaround.