diff --git a/game/images/other/firesupp/1.png b/game/images/other/firesupp/1.png new file mode 100644 index 0000000..c1b9665 Binary files /dev/null and b/game/images/other/firesupp/1.png differ diff --git a/game/images/other/firesupp/2.png b/game/images/other/firesupp/2.png new file mode 100644 index 0000000..b5a5120 Binary files /dev/null and b/game/images/other/firesupp/2.png differ diff --git a/game/images/other/firesupp/3.png b/game/images/other/firesupp/3.png new file mode 100644 index 0000000..15f340b Binary files /dev/null and b/game/images/other/firesupp/3.png differ diff --git a/game/images/other/firesupp/4.png b/game/images/other/firesupp/4.png new file mode 100644 index 0000000..869d957 Binary files /dev/null and b/game/images/other/firesupp/4.png differ diff --git a/game/images/other/firesupp/5.png b/game/images/other/firesupp/5.png new file mode 100644 index 0000000..92d56ff Binary files /dev/null and b/game/images/other/firesupp/5.png differ diff --git a/game/script/11.school-assignment-and-route-lock.rpy b/game/script/11.school-assignment-and-route-lock.rpy index 673b7c7..064efd3 100644 --- a/game/script/11.school-assignment-and-route-lock.rpy +++ b/game/script/11.school-assignment-and-route-lock.rpy @@ -4151,9 +4151,20 @@ label chapter_11: play ambient "audio/effects/firealarm.ogg" loop 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) "What the fu-?!" pause .5 + play ambient2 "audio/effects/chatter loop.ogg" fadein 1 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 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) - show teacher1: + show teacher1 behind firesupp2: alpha 0.5 yalign 0.0 xalign 2.0 block: @@ -4183,7 +4194,7 @@ label chapter_11: ease_cubic 3 xalign -1.0 pause 1.3 repeat - show teacher3: + show teacher3 behind firesupp2: yalign 0.0 xalign -1.0 alpha 0.5 pause 0.9 @@ -4201,7 +4212,7 @@ label chapter_11: pause 1.1 ease_cubic 3 xalign 2.6 repeat - show student2: + show student2 behind firesupp2: alpha 0.5 yalign 0.0 xalign 1.5 pause .8 @@ -4215,7 +4226,7 @@ label chapter_11: repeat # Anon getting knocked around - show anon: + show anon behind firesupp2: pause .8 block: 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." pause .5 - show anon pissed with Dissolve(.25) + show anon pissed behind firesupp2 with Dissolve(.25) "{i}Reed, you dirty bastard!!{/i}" pause 1 @@ -4241,7 +4252,7 @@ label chapter_11: "Just a dozen more feet to the door-!" pause .5 - show anon: + show anon behind firesupp2: easeout 1 xalign 1.5 pause .5 hide anon with dissolve diff --git a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy index c32f3fc..421b4ac 100644 --- a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy +++ b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy @@ -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 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 + 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." pause .5