mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-23 09:46:21 +01:00
Merge pull request 'Misc changes' (#157) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/157
This commit is contained in:
commit
6c3f269fc8
2 changed files with 7 additions and 7 deletions
|
@ -3254,7 +3254,7 @@ label chapter_11:
|
|||
|
||||
show fang surprised
|
||||
show moe neutral flip:
|
||||
yalign 0.0 xalign 1.7
|
||||
yalign 0.1 xalign 1.7
|
||||
show moe:
|
||||
easein_cubic 1 xalign 1.3
|
||||
with dissolve
|
||||
|
@ -3816,7 +3816,7 @@ label chapter_11:
|
|||
# show rosa neutral flip:
|
||||
# yalign 0.2 xalign 0.9
|
||||
show moe neutral flip:
|
||||
yalign 0.0 xalign 1.75
|
||||
yalign 0.1 xalign 1.75
|
||||
with Dissolve(1)
|
||||
pause .5
|
||||
|
||||
|
|
|
@ -73,11 +73,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), 65) with fade
|
||||
scene d_credits at Pan((0, -500),(0, 9850), 65) with fade
|
||||
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:
|
||||
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
|
||||
stop music fadeout 5
|
||||
scene black with Dissolve(3)
|
||||
|
|
Loading…
Reference in a new issue