Observe my code, I have the screen name inside a list, hence the existence of brackets [] in my code.
You can also see that in the documentation link that I attached.
Code: Select all
define config.overlay_screens = ["your_screen_name"]
Code: Select all
transform _sprite_default:
align (0.25, 0.25)
define config.default_transform = _sprite_default
Code: Select all
label splashscreen:
if not persistent.variable:
$ persistent.variable = 0
$ persistent.variable += 1
return