Use scene statement instead of equivalent
This commit is contained in:
parent
110847e9e6
commit
d132436843
@ -61,7 +61,7 @@ label credits:
|
|||||||
if not _menu:
|
if not _menu:
|
||||||
play music "music/Only 115 (Electro Loop)_125 BPM.ogg" fadein 1 fadeout 1 if_changed
|
play music "music/Only 115 (Electro Loop)_125 BPM.ogg" fadein 1 fadeout 1 if_changed
|
||||||
|
|
||||||
$ renpy.scene("screens")
|
scene onlayer screens
|
||||||
|
|
||||||
show screen credits(credits_text)
|
show screen credits(credits_text)
|
||||||
with dissolve
|
with dissolve
|
||||||
|
Loading…
Reference in New Issue
Block a user