mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Replace get_ending label usage in credits.rpy
This commit is contained in:
parent
4b662b5488
commit
c50eb0ce32
1 changed files with 1 additions and 2 deletions
|
@ -241,8 +241,7 @@ image d_credits_text = Composite(
|
|||
|
||||
|
||||
label lending:
|
||||
call get_ending from _call_get_ending_4
|
||||
$ cached_ending = _return
|
||||
$ cached_ending = get_ending()
|
||||
if cached_ending == 4:
|
||||
pause 0.5
|
||||
show snootgame_big with dissolve: # Renpy not allowing you to grab images from the gui folder is serious bullshit
|
||||
|
|
Loading…
Reference in a new issue