mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Fix minor stella fading issue near end of x7
This commit is contained in:
parent
a8ee80730d
commit
39c038ac94
1 changed files with 2 additions and 2 deletions
|
@ -1936,8 +1936,6 @@ label chapter_x7:
|
|||
play audio 'audio/effects/crowdCheer.ogg' volume 0.5
|
||||
pause 1
|
||||
|
||||
show stella sad:
|
||||
xalign -0.2
|
||||
show chadshark:
|
||||
easein_cubic 1 yalign 0.0 xalign -0.4
|
||||
show naser behind chadshark:
|
||||
|
@ -1950,6 +1948,8 @@ label chapter_x7:
|
|||
easeout_cubic 0.3 yalign 0.0
|
||||
repeat
|
||||
pause 0.0001
|
||||
show stella sad:
|
||||
xalign -0.2
|
||||
hide stella_hack
|
||||
show naser brooding flip
|
||||
show naomi happy flip
|
||||
|
|
Loading…
Reference in a new issue