forked from Cavemanon/SnootGame
ch5 door flight, ch11 a version of the firesuppressors going off
This commit is contained in:
BIN
game/images/other/firesupp/1.png
Normal file
BIN
game/images/other/firesupp/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 310 KiB |
BIN
game/images/other/firesupp/2.png
Normal file
BIN
game/images/other/firesupp/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 819 KiB |
BIN
game/images/other/firesupp/3.png
Normal file
BIN
game/images/other/firesupp/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
game/images/other/firesupp/4.png
Normal file
BIN
game/images/other/firesupp/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
game/images/other/firesupp/5.png
Normal file
BIN
game/images/other/firesupp/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -4151,10 +4151,21 @@ label chapter_11:
|
|||||||
play ambient "audio/effects/firealarm.ogg" loop
|
play ambient "audio/effects/firealarm.ogg" loop
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
|
#TODO effect starts here
|
||||||
|
show firesupp1 behind anon:
|
||||||
|
zoom 0.66
|
||||||
|
xalign 0.5
|
||||||
|
ypos 0.18
|
||||||
|
pause 0.5
|
||||||
|
show firesupp2:
|
||||||
|
zoom 3.0
|
||||||
|
xalign 0.5
|
||||||
|
ypos -0.8
|
||||||
show anon fear with Dissolve(.25)
|
show anon fear with Dissolve(.25)
|
||||||
"What the fu-?!"
|
"What the fu-?!"
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
|
|
||||||
play ambient2 "audio/effects/chatter loop.ogg" fadein 1
|
play ambient2 "audio/effects/chatter loop.ogg" fadein 1
|
||||||
show dimmer_darker behind anon with dissolve
|
show dimmer_darker behind anon with dissolve
|
||||||
|
|
||||||
@ -4166,7 +4177,7 @@ label chapter_11:
|
|||||||
image student1 = im.MatrixColor("stella/chadshark.png",im.matrix.brightness(-1)) # obligatory Chadshark cameo
|
image student1 = im.MatrixColor("stella/chadshark.png",im.matrix.brightness(-1)) # obligatory Chadshark cameo
|
||||||
image student2 = im.Flip(im.MatrixColor("stella/stella neutral.png",im.matrix.brightness(-1)), horizontal=True)
|
image student2 = im.Flip(im.MatrixColor("stella/stella neutral.png",im.matrix.brightness(-1)), horizontal=True)
|
||||||
image student3 = im.Flip(im.MatrixColor("rosa/rosa shocked.png",im.matrix.brightness(-1)), horizontal=True)
|
image student3 = im.Flip(im.MatrixColor("rosa/rosa shocked.png",im.matrix.brightness(-1)), horizontal=True)
|
||||||
show teacher1:
|
show teacher1 behind firesupp2:
|
||||||
alpha 0.5
|
alpha 0.5
|
||||||
yalign 0.0 xalign 2.0
|
yalign 0.0 xalign 2.0
|
||||||
block:
|
block:
|
||||||
@ -4183,7 +4194,7 @@ label chapter_11:
|
|||||||
ease_cubic 3 xalign -1.0
|
ease_cubic 3 xalign -1.0
|
||||||
pause 1.3
|
pause 1.3
|
||||||
repeat
|
repeat
|
||||||
show teacher3:
|
show teacher3 behind firesupp2:
|
||||||
yalign 0.0 xalign -1.0
|
yalign 0.0 xalign -1.0
|
||||||
alpha 0.5
|
alpha 0.5
|
||||||
pause 0.9
|
pause 0.9
|
||||||
@ -4201,7 +4212,7 @@ label chapter_11:
|
|||||||
pause 1.1
|
pause 1.1
|
||||||
ease_cubic 3 xalign 2.6
|
ease_cubic 3 xalign 2.6
|
||||||
repeat
|
repeat
|
||||||
show student2:
|
show student2 behind firesupp2:
|
||||||
alpha 0.5
|
alpha 0.5
|
||||||
yalign 0.0 xalign 1.5
|
yalign 0.0 xalign 1.5
|
||||||
pause .8
|
pause .8
|
||||||
@ -4215,7 +4226,7 @@ label chapter_11:
|
|||||||
repeat
|
repeat
|
||||||
|
|
||||||
# Anon getting knocked around
|
# Anon getting knocked around
|
||||||
show anon:
|
show anon behind firesupp2:
|
||||||
pause .8
|
pause .8
|
||||||
block:
|
block:
|
||||||
pause .5
|
pause .5
|
||||||
@ -4231,7 +4242,7 @@ label chapter_11:
|
|||||||
"Water sprays from the ceiling and the halls are quickly crowded with screaming students running for their lives, the teachers trying fruitlessly to keep them calm."
|
"Water sprays from the ceiling and the halls are quickly crowded with screaming students running for their lives, the teachers trying fruitlessly to keep them calm."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show anon pissed with Dissolve(.25)
|
show anon pissed behind firesupp2 with Dissolve(.25)
|
||||||
"{i}Reed, you dirty bastard!!{/i}"
|
"{i}Reed, you dirty bastard!!{/i}"
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
@ -4241,7 +4252,7 @@ label chapter_11:
|
|||||||
"Just a dozen more feet to the door-!"
|
"Just a dozen more feet to the door-!"
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show anon:
|
show anon behind firesupp2:
|
||||||
easeout 1 xalign 1.5
|
easeout 1 xalign 1.5
|
||||||
pause .5
|
pause .5
|
||||||
hide anon with dissolve
|
hide anon with dissolve
|
||||||
|
@ -4220,9 +4220,26 @@ label chapter_5:
|
|||||||
|
|
||||||
play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' fadein 1
|
play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' fadein 1
|
||||||
play sound 'audio/effects/rooftopDoorSmash.ogg'
|
play sound 'audio/effects/rooftopDoorSmash.ogg'
|
||||||
pause .7
|
|
||||||
|
|
||||||
|
show anon ohshit:
|
||||||
|
ease_cubic 0.2 xpos -0.2
|
||||||
|
show fang surprised:
|
||||||
|
ease_cubic 0.2 xpos -0.05
|
||||||
|
|
||||||
|
show door blurred flip:
|
||||||
|
subpixel True
|
||||||
|
xpos 1
|
||||||
|
ypos 0.25
|
||||||
|
zoom 1.0
|
||||||
|
block:
|
||||||
|
linear 0.3 xpos 0.45 ypos 0.35 zoom 0.25
|
||||||
|
|
||||||
|
linear 0.1 ypos 0.55 zoom 0.18
|
||||||
show roof day broken behind anon, fang with vpunch
|
show roof day broken behind anon, fang with vpunch
|
||||||
|
hide door with dissolve
|
||||||
|
#door has flown
|
||||||
|
|
||||||
|
pause .5
|
||||||
|
|
||||||
"The door flies open, off its hinges, through the suicide fence and over the side of the building, crashing loudly on the concrete below."
|
"The door flies open, off its hinges, through the suicide fence and over the side of the building, crashing loudly on the concrete below."
|
||||||
pause .5
|
pause .5
|
||||||
|
Reference in New Issue
Block a user