mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
stash changes, add new orange attack SFX
This commit is contained in:
parent
3a6acbb2ff
commit
e9569a83c6
3 changed files with 7 additions and 6 deletions
BIN
game/audio/effects/orange.ogg
Normal file
BIN
game/audio/effects/orange.ogg
Normal file
Binary file not shown.
BIN
game/audio/effects/slapstickWipe.ogg
Normal file
BIN
game/audio/effects/slapstickWipe.ogg
Normal file
Binary file not shown.
|
@ -2734,19 +2734,20 @@ label chapter_5:
|
||||||
show orangeslice:
|
show orangeslice:
|
||||||
xanchor 0.5 yanchor 0.5
|
xanchor 0.5 yanchor 0.5
|
||||||
xpos 0.55 ypos 0.5 zoom 0.3
|
xpos 0.55 ypos 0.5 zoom 0.3
|
||||||
linear 0.2 align (.3, .15) knot (0.4, 0.1) rotate 180
|
linear 0.2 align (.3, .1) knot (0.4, 0.1) rotate 150
|
||||||
# B: previous iteration of this animation commented out
|
|
||||||
# easein_quart 0.25 xalign -0.3 #-0.275
|
|
||||||
# easein 0.25 xalign -0.275
|
|
||||||
pause .2
|
pause .2
|
||||||
play sound 'audio/effects/slapStickPunch.ogg'
|
play sound 'audio/effects/orange.ogg'
|
||||||
show orangeslice:
|
show orangeslice:
|
||||||
easein_cubic 0.5 xpos 0.28
|
easein_cubic 0.5 xpos 0.28
|
||||||
show anon:
|
show anon:
|
||||||
easein_cubic 0.5 xalign -0.05
|
easein_cubic 0.5 xalign -0.05
|
||||||
pause 0.5
|
pause 0.5
|
||||||
|
play sound 'audio/effects/slapstickWipe.ogg' volume 0.7
|
||||||
show orangeslice:
|
show orangeslice:
|
||||||
easeout_cubic 0.5 ypos 1.1 rotate 360
|
easeout_cubic 0.65 ypos 0.19 rotate 160
|
||||||
|
pause 0.75
|
||||||
|
show orangeslice:
|
||||||
|
easeout_cubic 1 ypos 1.1 rotate 360
|
||||||
|
|
||||||
"Trish throws an orange slice at me."
|
"Trish throws an orange slice at me."
|
||||||
show trish neutral flip with Dissolve(.25)
|
show trish neutral flip with Dissolve(.25)
|
||||||
|
|
Loading…
Reference in a new issue