mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Pan the credits earlier
This commit is contained in:
parent
b961d7acd8
commit
f6af6a2f2f
1 changed files with 3 additions and 3 deletions
|
@ -73,11 +73,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), 65) with fade
|
scene d_credits at Pan((0, -500),(0, 9850), 65) with fade
|
||||||
elif _return == 3:
|
elif _return == 3:
|
||||||
scene c_credits at Pan((0, 0),(0, 9850), 65) with fade
|
scene c_credits at Pan((0, -500),(0, 9850), 65) with fade
|
||||||
else:
|
else:
|
||||||
scene b_credits at Pan((0, 0),(0, 9850), 65) with fade
|
scene b_credits at Pan((0, -500),(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)
|
||||||
|
|
Loading…
Reference in a new issue