mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
SFX uplift for pizza scene
This commit is contained in:
parent
cd44add13d
commit
56fe353dd8
4 changed files with 5 additions and 3 deletions
1
LICENSE
1
LICENSE
|
@ -6,3 +6,4 @@ WoodSnap.wav - "Snapping, Wooden Fence, N.wav" by InspectorJ (www.jshaw.co.uk) o
|
|||
firealarm.ogg - "School Fire Alarm" by Cullen Card
|
||||
shot.ogg - "38 Caliber Gun Shot 5x" by Mike Koenig
|
||||
wind.wav - "Wind" by Mark DiAngelo
|
||||
punch.ogg - "Strong Punch" by Mike Koenig
|
BIN
game/audio/effects/cellphone.ogg
Normal file
BIN
game/audio/effects/cellphone.ogg
Normal file
Binary file not shown.
BIN
game/audio/effects/punch.ogg
Normal file
BIN
game/audio/effects/punch.ogg
Normal file
Binary file not shown.
|
@ -1103,8 +1103,7 @@ label chapter_1:
|
|||
|
||||
show naser considering with dissolve
|
||||
|
||||
#TODO: find generic (or joke) cellphone ringtone
|
||||
play sound 'audio/OST/ringtone.ogg'
|
||||
play sound 'audio/effects/cellphone.ogg' # CC0
|
||||
|
||||
I "Naser’s phone rings.{w=0.4} He moves aside to answer it."
|
||||
|
||||
|
@ -1116,8 +1115,9 @@ label chapter_1:
|
|||
|
||||
Nas "Fa-{w=0.6}{nw}"
|
||||
|
||||
play sound 'audio/effects/punch.ogg' # Attribution 3.0, LICENCE updated
|
||||
window hide
|
||||
with hpunch # TODO: some slapstick SFX would punctuate these interruptions
|
||||
with hpunch
|
||||
|
||||
pause 0.7
|
||||
|
||||
|
@ -1125,6 +1125,7 @@ label chapter_1:
|
|||
|
||||
Nas "Yeah{w=0.2} I-{w=0.5}{nw}"
|
||||
|
||||
play sound 'audio/effects/punch.ogg'
|
||||
window hide
|
||||
with hpunch
|
||||
|
||||
|
|
Loading…
Reference in a new issue