forked from Cavemanon/SnootGame
uplift SFX and VFX for a bunch of shit
This commit is contained in:
@ -1123,7 +1123,7 @@ label chapter_1:
|
||||
stop music fadeout 1
|
||||
scene black with fade
|
||||
|
||||
"{cps=*0.2}--After school--{/cps}"
|
||||
"{cps=*0.2}-- After school --{/cps}"
|
||||
pause 0.8
|
||||
|
||||
"My classes after lunch were the same as before it."
|
||||
@ -1294,6 +1294,9 @@ label chapter_1:
|
||||
scene auditorium
|
||||
show anon neutral flip at aright
|
||||
show naser neutral at nleft
|
||||
show tablesmash behind anon, naser
|
||||
show tablesmashpizzas behind anon, naser, tablesmash
|
||||
show tablesmashpizza behind anon, naser, tablesmashpizzas
|
||||
with fade
|
||||
|
||||
play music 'audio/OST/to_swagger.ogg' fadein 1
|
||||
@ -1390,6 +1393,17 @@ label chapter_1:
|
||||
|
||||
show naser at nleft with MoveTransition(0.4, time_warp=_ease_in_time_warp)
|
||||
play sound "audio/effects/tableSlam.ogg"
|
||||
hide tablesmashpizza
|
||||
show fallingpizza behind naser, tablesmash, tablesmashpizzas:
|
||||
xanchor 0.5 yanchor 0.5 ypos .4 xpos .2
|
||||
parallel:
|
||||
easein_cubic 0.23 ypos 0.30
|
||||
easeout_cubic 0.50 ypos 1.2
|
||||
parallel:
|
||||
linear 0.5 rotate 40
|
||||
show tablesmashpizzas:
|
||||
easein_cubic 0.23 ypos 0.9
|
||||
easeout_cubic 0.23 ypos 1.0
|
||||
show naser table hit behind anon with vpunch
|
||||
pause 0.5
|
||||
|
||||
|
Reference in New Issue
Block a user