Merge pull request 'Fixes fast credits left over from debugging' (#95) from Bowie/SnootGame:credits-fix into Monster-Update-6

Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/95
This commit is contained in:
nutbuster 2021-10-12 19:20:12 +00:00
commit 4bf86ea11b

View file

@ -72,11 +72,11 @@ label .ending:
play music "audio/OST/Dino Destiny Reader.ogg" play music "audio/OST/Dino Destiny Reader.ogg"
call get_ending call get_ending
if _return == 4: if _return == 4:
scene d_credits at Pan((0, 0),(0, 9850), 1) with fade scene d_credits at Pan((0, 0),(0, 9850), 65) with fade
elif _return == 3: elif _return == 3:
scene c_credits at Pan((0, 0),(0, 9850), 1) with fade scene c_credits at Pan((0, 0),(0, 9850), 65) with fade
else: else:
scene b_credits at Pan((0, 0),(0, 9850), 1) with fade scene b_credits at Pan((0, 0),(0, 9850), 65) with fade
pause pause
stop music fadeout 5 stop music fadeout 5
scene black with Dissolve(3) scene black with Dissolve(3)