forked from Cavemanon/SnootGame
Replace get_ending label usage in credits.rpy
This commit is contained in:
@ -241,8 +241,7 @@ image d_credits_text = Composite(
|
|||||||
|
|
||||||
|
|
||||||
label lending:
|
label lending:
|
||||||
call get_ending from _call_get_ending_4
|
$ cached_ending = get_ending()
|
||||||
$ cached_ending = _return
|
|
||||||
if cached_ending == 4:
|
if cached_ending == 4:
|
||||||
pause 0.5
|
pause 0.5
|
||||||
show snootgame_big with dissolve: # Renpy not allowing you to grab images from the gui folder is serious bullshit
|
show snootgame_big with dissolve: # Renpy not allowing you to grab images from the gui folder is serious bullshit
|
||||||
|
Reference in New Issue
Block a user