Merge pull request 'Uplift fire alarm scene' (#93) from Bowie/SnootGame:fire-alarm into Monster-Update-6
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/93
This commit is contained in:
commit
75bd952957
BIN
game/audio/effects/fireAlarmReverbLoop.ogg
Normal file
BIN
game/audio/effects/fireAlarmReverbLoop.ogg
Normal file
Binary file not shown.
BIN
game/audio/effects/teenageCrowdPanicLoop.ogg
Normal file
BIN
game/audio/effects/teenageCrowdPanicLoop.ogg
Normal file
Binary file not shown.
BIN
game/images/vfx/sprinkler/sprinkler 1.png
Normal file
BIN
game/images/vfx/sprinkler/sprinkler 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 310 KiB |
BIN
game/images/vfx/sprinkler/sprinkler 2.png
Normal file
BIN
game/images/vfx/sprinkler/sprinkler 2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 819 KiB |
BIN
game/images/vfx/sprinkler/sprinkler 3.png
Normal file
BIN
game/images/vfx/sprinkler/sprinkler 3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
game/images/vfx/sprinkler/sprinkler 4.png
Normal file
BIN
game/images/vfx/sprinkler/sprinkler 4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
game/images/vfx/sprinkler/sprinkler 5.png
Normal file
BIN
game/images/vfx/sprinkler/sprinkler 5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -4102,6 +4102,7 @@ label chapter_11:
|
||||
Re "{cps=*.1}......{/cps} "
|
||||
pause .5
|
||||
|
||||
label debugfireearly:
|
||||
play music 'audio/ost/sadist.ogg' fadein 1
|
||||
show reed considering with Dissolve(.25)
|
||||
Re "Sorry."
|
||||
@ -4122,7 +4123,8 @@ label chapter_11:
|
||||
easeout 0.75 xalign 1.3
|
||||
pause .25
|
||||
hide reed with dissolve
|
||||
|
||||
|
||||
label debugfire:
|
||||
scene hallway with fade
|
||||
|
||||
"Reed is chasing close behind only a few feet behind me."
|
||||
@ -4146,16 +4148,48 @@ label chapter_11:
|
||||
|
||||
"Did he give up?"
|
||||
pause .5
|
||||
|
||||
stop music fadeout 0.2
|
||||
play ambient "audio/effects/firealarmreverbloop.ogg" loop fadein 0.5
|
||||
pause .5
|
||||
show anon ohshit with Dissolve(.25)
|
||||
pause 0.5
|
||||
|
||||
# TODO: this sound effect is a bit lackluster
|
||||
play ambient "audio/effects/firealarm.ogg" loop
|
||||
image sprinkler:
|
||||
"sprinkler 1"
|
||||
pause 0.066
|
||||
"sprinkler 2"
|
||||
pause 0.066
|
||||
block:
|
||||
"sprinkler 3"
|
||||
pause 0.066
|
||||
"sprinkler 4"
|
||||
pause 0.066
|
||||
"sprinkler 5"
|
||||
pause 0.066
|
||||
repeat
|
||||
|
||||
# TODO: SFX
|
||||
show sprinkler as s1 behind anon:
|
||||
ycenter 0.5 xcenter 0.5 zoom 0.4
|
||||
pause .4
|
||||
|
||||
# TODO: SFX
|
||||
show sprinkler as s2 behind anon:
|
||||
ycenter 0.5 xcenter 0.5 zoom 0.6
|
||||
pause .4
|
||||
|
||||
# TODO: SFX
|
||||
show sprinkler as s3:
|
||||
ycenter 0.2 xcenter 0.5 zoom 1.75
|
||||
|
||||
play ambient2 "audio/effects/teenagecrowdpanicloop.ogg" fadein 1
|
||||
show anon fear with Dissolve(.25)
|
||||
pause .5
|
||||
|
||||
show anon fear with Dissolve(.25)
|
||||
"What the fu-?!"
|
||||
pause .5
|
||||
|
||||
play ambient2 "audio/effects/chatter loop.ogg" fadein 1
|
||||
show dimmer_darker behind anon with dissolve
|
||||
|
||||
# general chaos
|
||||
@ -4248,7 +4282,7 @@ label chapter_11:
|
||||
pause .5
|
||||
|
||||
stop ambient fadeout 3
|
||||
stop ambient2 fadeout 3
|
||||
stop ambient2 fadeout 5
|
||||
scene door auditorium with fade
|
||||
pause .5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user