slow down credits to sub-lightspeed

This commit is contained in:
Bowie 2021-10-12 20:04:30 +01:00
parent 75bd952957
commit 16320f921a
1 changed files with 3 additions and 3 deletions

View File

@ -72,11 +72,11 @@ label .ending:
play music "audio/OST/Dino Destiny Reader.ogg"
call get_ending
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:
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:
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
stop music fadeout 5
scene black with Dissolve(3)