mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Ending 4 Busted Nut style
This commit is contained in:
parent
eaffa47285
commit
33458bba35
24 changed files with 1816 additions and 825 deletions
BIN
game/audio/effects/beachLoop.ogg
Normal file
BIN
game/audio/effects/beachLoop.ogg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
game/images/trish/trish prom considering.png
Normal file
BIN
game/images/trish/trish prom considering.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
BIN
game/images/trish/trish prom laugh.png
Normal file
BIN
game/images/trish/trish prom laugh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
BIN
game/images/trish/trish prom really.png
Normal file
BIN
game/images/trish/trish prom really.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 KiB |
BIN
game/images/trish/trish prom smile.png
Normal file
BIN
game/images/trish/trish prom smile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
|
@ -798,8 +798,16 @@ image home fang night barelyblurred = im.Blur('images/backgrounds/home fang nigh
|
|||
image d01_blur = im.Blur('images/cgs/d01.jpg', 1.5)
|
||||
image anon prom blurred = im.Flip(im.Blur('images/anon/prom set/anon prom neutral.png', 2.0), horizontal=True)
|
||||
image anon prom lessblurred = im.Flip(im.Blur('images/anon/prom set/anon prom neutral.png', 1.0), horizontal=True)
|
||||
image anon prom blurred flip = im.Blur('images/anon/prom set/anon prom neutral.png', 2.0)
|
||||
image anon prom lessblurred flip = im.Blur('images/anon/prom set/anon prom neutral.png', 1.0)
|
||||
image fang prom blurred = im.Blur('images/fang/prom sets/fang c prom neutral.png', 2.0)
|
||||
image fang prom lessblurred = im.Blur('images/fang/prom sets/fang c prom neutral.png', 1.0)
|
||||
image fang prom d blurred = im.Blur('images/fang/prom sets/fang d prom neutral.png', 2.0)
|
||||
image fang prom d lessblurred = im.Blur('images/fang/prom sets/fang d prom neutral.png', 1.0)
|
||||
image naser prom blurred = im.Flip(im.Blur('images/naser/naser prom neutral.png', 2.0), horizontal=True)
|
||||
image naser prom lessblurred = im.Flip(im.Blur('images/naser/naser prom neutral.png', 1.0), horizontal=True)
|
||||
image naomi prom blurred = im.Flip(im.Blur('images/naomi/naomi prom neutral.png', 2.0), horizontal=True)
|
||||
image naomi prom lessblurred = im.Flip(im.Blur('images/naomi/naomi prom neutral.png', 1.0), horizontal=True)
|
||||
|
||||
#image fangroomfuture = "images/backgrounds/fangroomfuture.png"
|
||||
#image livingroomdayalt = "images/backgrounds/livingroomdayalt.png"
|
||||
|
|
|
@ -199,19 +199,23 @@ label chapter_11D:
|
|||
window auto
|
||||
pause .5
|
||||
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
play music "audio/OST/to_swagger.ogg" fadein 2
|
||||
scene hallway
|
||||
with Dissolve(1.0)
|
||||
pause 0.5
|
||||
#with Fade(1, 0, 1)
|
||||
|
||||
show fang happy:
|
||||
xalign -1.2
|
||||
xalign -0.2
|
||||
yalign 0.0
|
||||
ease_cubic 3.0 xalign 1.0
|
||||
easein_cubic 1.5 xalign 1.0
|
||||
show anon neutral:
|
||||
xalign -1.4
|
||||
xalign -0.2
|
||||
yalign 0.1
|
||||
ease_cubic 3.0 xalign 0.4
|
||||
easein_cubic 1.5 xalign 0.4
|
||||
with dissolve
|
||||
#with easeinleft # Fade(1, 0, 1)
|
||||
|
||||
|
@ -245,18 +249,18 @@ label chapter_11D:
|
|||
show anon:
|
||||
easein_cubic 1 xalign 0.55
|
||||
show fang:
|
||||
easein 1 xalign 1.2
|
||||
easein_cubic 1 xalign 1.2
|
||||
show spears:
|
||||
yalign 0.0 xalign -0.8
|
||||
xalign -0.8
|
||||
easein 1.5 xalign 0.0
|
||||
easein_cubic 1.5 xalign 0.0
|
||||
with None
|
||||
pause 0.0001
|
||||
show anon neutral flip behind fang
|
||||
show fang surprised flip
|
||||
show spears neutral
|
||||
with dissolve
|
||||
pause 1
|
||||
pause 1.25
|
||||
|
||||
"We turn to see Principal Spears trailing behind us."
|
||||
pause .5
|
||||
|
@ -361,6 +365,7 @@ label chapter_11D:
|
|||
"Fang pecks me on the cheek and starts down the hall to her next class."
|
||||
window hide
|
||||
window auto
|
||||
pause .25
|
||||
|
||||
show fang:
|
||||
yalign 0.0
|
||||
|
@ -368,7 +373,7 @@ label chapter_11D:
|
|||
easeout_cubic 1.4 xalign 2.4
|
||||
show fang happy with dissolve
|
||||
pause .4
|
||||
hide fang with dissolve
|
||||
hide fang with Dissolve(.4)
|
||||
pause .25
|
||||
|
||||
show anon grin with dissolve
|
||||
|
@ -382,10 +387,9 @@ label chapter_11D:
|
|||
pause .5
|
||||
|
||||
"Man, I hope dad’s suit has actually been to the cleaner, I don’t wanna disappoint."
|
||||
pause .5
|
||||
|
||||
"{cps=*.1}...{/cps}"
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
return
|
||||
|
|
|
@ -419,6 +419,7 @@ label chapter_12_5C:
|
|||
show white
|
||||
pause 1
|
||||
hide white with Dissolve(2)
|
||||
pause .5
|
||||
|
||||
"Thirty photos later and I never want to see another camera again."
|
||||
|
||||
|
|
|
@ -419,6 +419,7 @@ label chapter_12_5D:
|
|||
show white
|
||||
pause 1
|
||||
hide white with Dissolve(2)
|
||||
pause .5
|
||||
|
||||
"Thirty photos later and I never want to see another camera again."
|
||||
|
||||
|
@ -441,7 +442,5 @@ label chapter_12_5D:
|
|||
pause .5
|
||||
|
||||
F "Oh, Anon, you’re already here!"
|
||||
window hide
|
||||
window auto
|
||||
|
||||
return
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
label chapter_12D:
|
||||
#Let's all go to the Aquarium
|
||||
scene black
|
||||
pause 2.5
|
||||
|
||||
play music "audio/OST/west_coast_kicking.ogg" fadein 1.0
|
||||
"Every day after school for the next few weeks I would join Fang to help her practice."
|
||||
|
@ -26,19 +25,24 @@ label chapter_12D:
|
|||
|
||||
"There’s lots of neat places in the city for dates, the mall, the arcade, a local amusement park."
|
||||
pause 0.5
|
||||
"...And the dart landed in the ocean over the dock."
|
||||
"{cps=*.1}...{/cps}And the dart landed in the ocean over the dock."
|
||||
|
||||
"The look from Fang told me she wasn’t stepping anywhere near a tuna boat."
|
||||
|
||||
"The Aquarium it is."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene aquarium with fade
|
||||
scene aquarium with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
"So here we are inside after paying admission."
|
||||
|
||||
"I’d suggested she wear some gloves, just to protect her hands."
|
||||
|
||||
"I don’t think she understood the second part, because they were fingerless."
|
||||
pause 0.5
|
||||
|
||||
"The Aquarium is a large marble building on a marina."
|
||||
|
||||
|
@ -73,6 +77,8 @@ label chapter_12D:
|
|||
easein_cubic 1 xalign 0.175 #0.725
|
||||
|
||||
"I take Fang’s hand and lead her through the lobby into the chamber labeled ‘Sea Turtle Conservatory’."
|
||||
window hide
|
||||
window auto
|
||||
|
||||
show fang:
|
||||
#"fang happy"
|
||||
|
@ -82,59 +88,74 @@ label chapter_12D:
|
|||
show anon:
|
||||
xalign 0.175
|
||||
ease_cubic 3.1 xalign 1.85+0.5 #0.725
|
||||
pause 1
|
||||
hide anon
|
||||
hide fang
|
||||
with dissolve
|
||||
|
||||
window hide
|
||||
window auto
|
||||
|
||||
pause 1.5
|
||||
scene black with dissolve
|
||||
pause 0.5
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
scene aquariumexhibit with dissolve
|
||||
|
||||
scene aquariumexhibit with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
show fang happy:
|
||||
xalign -1.8
|
||||
ease_cubic 2.4 xalign 0.625
|
||||
pause .1
|
||||
"fang very happy" with dissolve
|
||||
ease_cubic 0.4 xalign 0.680
|
||||
xalign -0.5
|
||||
easein_cubic 1.5 xalign 0.625
|
||||
show anon neutral:
|
||||
xalign -1.8
|
||||
ease_cubic 2.412 xalign 0.225 #0.625
|
||||
xalign -0.5 yalign 0.1
|
||||
easein_cubic 1.5 xalign 0.225 #0.625
|
||||
with dissolve
|
||||
|
||||
pause .2
|
||||
pause 1
|
||||
|
||||
F "Anon, are you sure you want to spend the day here? {w=.2} If you wanted to go to the mall or somethin- {cps=*2.0}omigawd.{/cps}"
|
||||
F "Anon, are you sure you want to spend the day here? If you wanted to go to the mall or somethin- {w=.5}{nw}"
|
||||
show fang:
|
||||
easein_back 0.4 xalign 0.680
|
||||
show fang surprised
|
||||
extend "{cps=*2.0}omigawd.{/cps}"
|
||||
show fang adorable with Dissolve(.25)
|
||||
|
||||
"A little sea turtle swims out of hiding in the tank right in front of us."
|
||||
|
||||
show anon:
|
||||
pause 0.12
|
||||
ease_cubic 0.6 xalign 0.3
|
||||
ease_cubic 1.5 xalign 0.225
|
||||
|
||||
show fang:
|
||||
"fang very happy"
|
||||
"fang adorable" with dissolve
|
||||
pause 0.0001
|
||||
"fang very happy" with Dissolve(0.2)
|
||||
block:
|
||||
parallel:
|
||||
easeout_cubic 0.05 yalign -0.04
|
||||
#easeout_cubic 0.05 yalign -0.04
|
||||
ease_cubic 0.5 yalign 0.1
|
||||
ease_cubic 0.3 yalign 0.0
|
||||
parallel:
|
||||
pause 0.12
|
||||
ease_cubic 0.4 xalign 0.8
|
||||
ease_cubic 1.2 xalign 1.8
|
||||
#pause 0.0001
|
||||
pause 1.2
|
||||
show fang adorable with dissolve
|
||||
|
||||
"Immediately Fang breaks free of my arm and presses against the glass."
|
||||
"Immediately, Fang breaks free of my arm and presses against the glass."
|
||||
pause 0.5
|
||||
|
||||
show fang:
|
||||
easein_cubic 0.25 yalign 0.1
|
||||
easeout_cubic 0.25 yalign 0.0
|
||||
repeat 3
|
||||
|
||||
F "Look at these cute little shits, I love them!"
|
||||
|
||||
show fang adorable at sleft:
|
||||
xalign 1.8
|
||||
"fang adorable" with dissolve
|
||||
easeout_cubic 0.1 yalign -0.04
|
||||
ease_cubic 0.5 yalign 0.1
|
||||
ease_cubic 0.3 yalign 0.0
|
||||
show anon:
|
||||
xalign 0.225
|
||||
#show fang adorable at sleft:
|
||||
# xalign 1.8
|
||||
# "fang adorable" with dissolve
|
||||
# easeout_cubic 0.1 yalign -0.04
|
||||
# ease_cubic 0.5 yalign 0.1
|
||||
# ease_cubic 0.3 yalign 0.0
|
||||
#show anon:
|
||||
# xalign 0.225
|
||||
|
||||
A "Yeah, I see them."
|
||||
|
||||
|
@ -143,10 +164,12 @@ label chapter_12D:
|
|||
|
||||
show anon neutral:
|
||||
ease_cubic 1.95 xalign 0.87
|
||||
pause 0.5
|
||||
|
||||
"I peer into the tank and see a few more hatchlings bob out of the decorative grass."
|
||||
|
||||
"The hype becomes contagious and I find myself pressed against the glass as well."
|
||||
pause 0.5
|
||||
|
||||
Attendant "Please avoid touching the glass, it stresses the little guys out."
|
||||
|
||||
|
@ -183,41 +206,49 @@ label chapter_12D:
|
|||
"anon grin flip" with dissolve
|
||||
|
||||
A "{w=.5}Oh look, {w=.5} a Dumbo Octopus."
|
||||
show fang happy flip with Dissolve(.25)
|
||||
|
||||
F "{cps=*2.0}Whereisit?{/cps}"
|
||||
|
||||
show fang happy flip with dissolve
|
||||
|
||||
"In a snap Fang’s moved from pressing her face against the turtle tank to pressing it against the octopus tank."
|
||||
|
||||
#scene aquariumexhibit
|
||||
#intentional ghost / meteor walk
|
||||
show fang happy flip:
|
||||
ease_cubic 0.6 xalign 0.1
|
||||
show fang:
|
||||
ease_cubic 0.6 xalign 0.0
|
||||
show fang adorable flip
|
||||
with dissolve
|
||||
show anon neutral flip with dissolve
|
||||
|
||||
#confirmed that fang has autism
|
||||
Attendant "Ma’am, please refrain from-"
|
||||
|
||||
show fang adorable flip at sleft with dissolve# at sleft
|
||||
#show fang adorable flip at sleft with dissolve# at sleft
|
||||
|
||||
F "{cps=*1.5}OmigoshAnonlookatit.{/cps}"
|
||||
|
||||
F "It’s like a living egg yolk with button eyes."
|
||||
pause 0.5
|
||||
|
||||
A "Is that the first analogy you can think of{cps=*0.1}...{/cps}?"
|
||||
A "Is that the first analogy you can think of{cps=*0.1}...?{/cps}"
|
||||
|
||||
#Fang has the zoomies
|
||||
F "And what’s over there? Are those seahorses{cps=*1.5} holy crap I have to take a video of this.{/cps}"
|
||||
|
||||
window hide
|
||||
window auto
|
||||
|
||||
show anon:
|
||||
easeout_cubic 1 xalign 1.2
|
||||
pause 0.4
|
||||
hide anon with dissolve
|
||||
|
||||
scene aquariumexhibit
|
||||
|
||||
show fang adorable at sleft with dissolve #at sleft
|
||||
show fang adorable flip:
|
||||
xalign 0.0
|
||||
show fang adorable with dissolve
|
||||
|
||||
|
||||
#new method
|
||||
show fang:
|
||||
# yalign 0.0 xcenter 0.4
|
||||
|
@ -251,11 +282,11 @@ label chapter_12D:
|
|||
"But watching Fang zoom between the exhibits to gush over each oddly cute sea animal was just too much."
|
||||
|
||||
"Subtly my phone finds its way into my jacket pocket, already set to record."
|
||||
window hide
|
||||
window auto
|
||||
#window hide
|
||||
#window auto
|
||||
|
||||
#show anonphone at scenter with easeinbottom
|
||||
show anonphone at scenter with easeinbottom #cursed
|
||||
show anonphone at scenter with dissolve #cursed
|
||||
|
||||
"She’ll probably kill me if she found out."
|
||||
hide fang adorable with dissolve
|
||||
|
@ -266,17 +297,22 @@ label chapter_12D:
|
|||
#hide anonphone with dissolve
|
||||
window hide
|
||||
window auto
|
||||
pause 0.25
|
||||
hide anonphone with easeoutbottom
|
||||
|
||||
pause .25
|
||||
scene black with dissolve
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
scene stingray pool with Dissolve(1)
|
||||
pause 0.5
|
||||
scene stingray pool with dissolve
|
||||
|
||||
"I round the corner to see the next room has a large group of school children hovering over a stingray touch tank."
|
||||
|
||||
"That is, a large group of school children and Fang, towering above the rest."
|
||||
pause 0.5
|
||||
|
||||
"She does have the act down though."
|
||||
pause 0.5
|
||||
|
||||
A "Oh, cool, a stingray pool."
|
||||
|
||||
|
@ -285,32 +321,37 @@ label chapter_12D:
|
|||
F "Touch?"
|
||||
|
||||
A "Yeah, you can put your hand in and they’ll slide against it, watch."
|
||||
pause 0.5
|
||||
|
||||
"I roll up my jacket sleeve and push my hand into the water, splaying it out."
|
||||
|
||||
"Fang and the children lean in intently."
|
||||
|
||||
"The water’s cold, but sure enough, a few of the playful things make their round and slide up right against it like a cat begging for scratches."
|
||||
pause 0.5
|
||||
|
||||
A "See?"
|
||||
|
||||
"Several in the crowd start jumping with excitement and put their own hands in the water to try for themselves."
|
||||
|
||||
"Fang doesn’t seem completely convinced, though."
|
||||
pause 0.5
|
||||
|
||||
F "You sure they’re alright to just touch like that?{w=0.2} Aren't those dangerous?"
|
||||
F "You sure they’re alright to just touch like that? Aren't those dangerous?"
|
||||
|
||||
A "I mean, it’s a bit slimy, but there’s a hand sanitizer thing on the wall right there."
|
||||
|
||||
F "That isn’t what I meant."
|
||||
|
||||
A "Come on, I’ll make sure they don’t bite."
|
||||
pause 0.5
|
||||
|
||||
"Fang reluctantly grabs my dry arm and I lead her to a spot not occupied by ankle biters."
|
||||
|
||||
"I put my hand back in and motion for Fang to do the same."
|
||||
|
||||
"She hesitates with her hand raised just above the waters’ surface, then plunges her hand down next to mine."
|
||||
pause 0.5
|
||||
|
||||
"It doesn’t take long for a few rays to make the corner and brush up against our hands."
|
||||
|
||||
|
@ -323,16 +364,23 @@ label chapter_12D:
|
|||
A "Well, I have yet to hear of a dry fish."
|
||||
|
||||
F "Shut up."
|
||||
pause 0.5
|
||||
|
||||
"After a few more rounds of rays, Fang decides she’s had enough."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene black with dissolve
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
scene aquarium
|
||||
|
||||
show anon neutral at aleft
|
||||
show anon neutral:
|
||||
xalign 0.1 yalign 0.1
|
||||
show fang happy flip at sright
|
||||
with dissolve
|
||||
with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
A "See, that wasn’t terrible, right?"
|
||||
|
||||
A "Actually, you got all your fingers right?"
|
||||
|
@ -348,68 +396,88 @@ label chapter_12D:
|
|||
F "So uh{cps=*0.1}...{/cps}"
|
||||
|
||||
F "Which exhibit are we checking next?"
|
||||
pause 0.5
|
||||
|
||||
"I check the aquarium pamphlet to see where we haven’t been yet."
|
||||
pause 0.5
|
||||
|
||||
A "Well... if we go outside we can see the dolphin pools. That way it loops back through the deep sea exhibits."
|
||||
A "Well{cps=*0.1}...{/cps} if we go outside we can see the dolphin pools. That way it loops back through the deep sea exhibits."
|
||||
pause 0.5
|
||||
|
||||
"With Fang in agreement I lead her towards the exit marked with a large dolphin sign."
|
||||
stop music fadeout 3
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
stop music fadeout 2
|
||||
|
||||
scene black with dissolve
|
||||
scene black with Dissolve(1)
|
||||
pause 0.75
|
||||
scene aquariumoutside with dissolve
|
||||
scene aquariumoutside
|
||||
show fang happy at sleft
|
||||
show anon neutral flip:
|
||||
xalign 0.9 yalign 0.1
|
||||
with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
"Upon exiting the building my nose is assaulted by a mix of salty air and the smell of raw fish."
|
||||
|
||||
"Somehow it’s even fishier than inside the aquarium."
|
||||
play music "audio/OST/Bayside Bumming it.ogg" fadein 1.0
|
||||
|
||||
show fang happy at sleft
|
||||
show anon neutral flip at aright
|
||||
with dissolve
|
||||
pause 0.5
|
||||
|
||||
F "Ooh, smells like lunch."
|
||||
|
||||
A "It says they should be feeding the dolphins pretty soon."
|
||||
pause 0.5
|
||||
|
||||
"The walkway circles around a large pool with several dolphins swimming around, and I can make out the trainer holding a hoop with a bucket of fish by their feet."
|
||||
|
||||
"One of the dolphins jumps straight through the hoop and is rewarded with a fish caught out of the air."
|
||||
pause 0.5
|
||||
|
||||
F "Would you jump through a hoola hoop for me if I had treats?"
|
||||
|
||||
A "{cps=*0.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
"I notice the trainer has traded the hoop for a large brush and is getting one of the dolphins to open its mouth."
|
||||
|
||||
"The trainer starts brushing the Dolphin’s teeth and showing off the rows of neatly spaced cones."
|
||||
|
||||
"I make a show of craning my neck down to get a view of Fang’s teeth from below."
|
||||
show fang neutral with dissolve
|
||||
|
||||
"She raises an eyebrow for a second and then realizes."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
#god elbow worse than her standing jab? lmao
|
||||
show fang neutral with dissolve
|
||||
show fang surprised with dissolve
|
||||
pause 0.5
|
||||
|
||||
show fang:
|
||||
"fang angry" with dissolve
|
||||
ease_cubic 0.6 xalign 1.0
|
||||
parallel:
|
||||
easein_cubic 0.9 xalign 0.3
|
||||
parallel:
|
||||
block:
|
||||
pause 1.1
|
||||
"fang embarass" with dissolve
|
||||
pause 1.4
|
||||
"fang sad" with dissolve
|
||||
easeout_cubic 0.6 xalign 0.55
|
||||
easein_cubic 0.9 xalign 0.3
|
||||
#parallel:
|
||||
# easein_cubic 0.9 xalign 0.3
|
||||
#parallel:
|
||||
# block:
|
||||
# pause 1.1
|
||||
# "fang embarass" with dissolve
|
||||
# pause 1.4
|
||||
# "fang sad" with dissolve
|
||||
|
||||
show anon:
|
||||
pause .62
|
||||
ease_cubic 0.25 xalign 1.02
|
||||
ease_cubic 0.35 xalign 1.0
|
||||
easein_back 0.5 xalign 0.95
|
||||
#ease_cubic 0.35 xalign 1.0
|
||||
|
||||
show fang unimpressed with dissolve
|
||||
pause 0.2
|
||||
show anon grin flip with dissolve
|
||||
|
||||
"An elbow jams into my shoulder and her other hand covers her snout."
|
||||
|
||||
pause .5
|
||||
|
||||
A "So that’s how you brush your teeth!"
|
||||
|
@ -421,28 +489,42 @@ label chapter_12D:
|
|||
A "Well if you ever need help I’m sure I can get them to lend me one of those brushes."
|
||||
|
||||
show fang angry with dissolve
|
||||
pause 0.25
|
||||
#show fang:
|
||||
# "fang angry" with dissolve
|
||||
# ease_cubic 0.5 xalign 1.0
|
||||
# ease_cubic 0.5 xalign 0.5
|
||||
# "fang neutral" with dissolve
|
||||
|
||||
show fang:
|
||||
"fang angry" with dissolve
|
||||
ease_cubic 0.5 xalign 1.0
|
||||
ease_cubic 0.5 xalign 0.5
|
||||
"fang neutral" with dissolve
|
||||
easeout_cubic 0.4 xalign 0.65
|
||||
easein_cubic 0.9 xalign 0.3
|
||||
|
||||
#show anon:
|
||||
# pause .5
|
||||
# "anon ohshit flip" #
|
||||
# ease_cubic 0.25 xalign 1.1
|
||||
# "anon neutral flip" with dissolve
|
||||
# ease_cubic 0.35 xalign 1.0
|
||||
|
||||
show anon:
|
||||
pause .5
|
||||
"anon ohshit flip" #
|
||||
ease_cubic 0.25 xalign 1.1
|
||||
"anon neutral flip" with dissolve
|
||||
ease_cubic 0.35 xalign 1.0
|
||||
|
||||
"And that gets me a jab to the ribs this time."
|
||||
pause .4
|
||||
easein_back 0.5 xalign 1.0
|
||||
#ease_cubic 0.35 xalign 1.0
|
||||
|
||||
pause .4
|
||||
show anon neutral flip with dissolve
|
||||
|
||||
A "Oh come on, you have to admit they look a bit like you..."
|
||||
"And that gets me a jab to the ribs this time."
|
||||
pause 0.5
|
||||
|
||||
A "Oh come on, you have to admit they look a bit like you{cps=*0.1}...{/cps}"
|
||||
show fang considering with dissolve
|
||||
|
||||
F "Ehh, I don’t see it."
|
||||
|
||||
"The dolphin beside her nods in agreement."
|
||||
pause 0.5
|
||||
|
||||
"{cps=*.1}...{/cps}Right then{cps=*.1}...{/cps}"
|
||||
|
||||
|
@ -457,22 +539,27 @@ label chapter_12D:
|
|||
"Fang rolls her eyes at that."
|
||||
|
||||
"Her dolphin duplicate did too."
|
||||
pause 0.5
|
||||
|
||||
A "You’re fucking with me,{w=0.2} aren’t you."
|
||||
A "You’re fucking with me, aren’t you."
|
||||
|
||||
show fang neutral with dissolve
|
||||
|
||||
F "What’re you talking about?"
|
||||
|
||||
"Fang’s aquatic doppelganger makes a laugh-like chirping and finally swims away."
|
||||
pause 0.5
|
||||
|
||||
"{cps=*.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
A "So Deep Sea then!"
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene black with dissolve
|
||||
|
||||
pause .5
|
||||
scene black with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
"We leave the dolphin pen, following signs back towards the building."
|
||||
|
||||
|
@ -481,49 +568,62 @@ label chapter_12D:
|
|||
"Pushing through, we find ourselves in an oversized hamster tube beneath the water."
|
||||
|
||||
"Oh, I didn’t realize they had one of these."
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
pause .25
|
||||
|
||||
scene aquariumtube with dissolve
|
||||
|
||||
"From within the glass walkway we’re surrounded by a myriad of colorful marine life swimming around us."
|
||||
scene aquariumtube
|
||||
show fang surprised at sright
|
||||
show anon neutral at aleft
|
||||
with dissolve
|
||||
with Dissolve(1)
|
||||
|
||||
"From within the glass walkway we’re surrounded by a myriad of colorful marine life swimming around us."
|
||||
|
||||
"Fang’s eyes are wide as she tries to follow the different schools of fish that dart to and fro about."
|
||||
|
||||
"I’m more mesmerized by the water filtered light cascading off Fang, casting her in a gentle glow that illuminates her white feathers."
|
||||
pause .5
|
||||
|
||||
"God.{w=0.2} So glad I’m recording this."
|
||||
"God. So glad I’m recording this."
|
||||
show fang neutral flip with dissolve
|
||||
|
||||
F "Recording what?"
|
||||
pause .5
|
||||
|
||||
#show fang flip with dissolve
|
||||
show fang neutral flip with dissolve
|
||||
|
||||
A "The uh{cps=*0.1}...{/cps}{w=0.1} {cps=*2.0}The shark!{/cps} Yeah, that cool looking shark over there!"
|
||||
|
||||
show anon neutral flip with dissolve
|
||||
show anon neutral flip
|
||||
show fang surprised flip
|
||||
with dissolve
|
||||
|
||||
"I point to the shark that’s currently lazing about, casually drifting by the walkway."
|
||||
window hide
|
||||
window auto
|
||||
|
||||
show anon:
|
||||
pause .4
|
||||
ease_cubic 0.8 xalign 0.5
|
||||
show anon neutral with dissolve
|
||||
pause .5
|
||||
easein_cubic 1 xalign 0.5
|
||||
|
||||
show fang:
|
||||
ease_cubic 1.1 xalign -0.3
|
||||
ease_cubic 1 xalign -0.3
|
||||
show fang adorable flip with dissolve
|
||||
|
||||
pause 1.5
|
||||
show anon neutral with dissolve
|
||||
|
||||
"Fang turns to gush at the shark, giving me the opportunity to quickly stop my phone and see that my battery is near dead and storage near full."
|
||||
pause 0.5
|
||||
|
||||
A "Ah, there’s the last exhibit."
|
||||
|
||||
show anon:
|
||||
ease_cubic 1 xalign 0.7
|
||||
show fang happy with dissolve
|
||||
|
||||
"I hold open another set of doors, the room within near pitch black."
|
||||
pause 0.5
|
||||
|
||||
F "Is it closed?"
|
||||
|
||||
|
@ -532,7 +632,6 @@ label chapter_12D:
|
|||
F "The lights{cps=*.1}...{/cps}"
|
||||
|
||||
A "Oh! Nah, the room is dark because the things inside aren’t used to light."
|
||||
|
||||
show fang neutral with dissolve
|
||||
|
||||
F "O-oh."
|
||||
|
@ -540,68 +639,87 @@ label chapter_12D:
|
|||
show anon flip with dissolve
|
||||
|
||||
A "Wait{cps=*.1}...{/cps}{w=0.2} are you sca-"
|
||||
show fang unimpressed with dissolve
|
||||
|
||||
show fang sad with dissolve
|
||||
|
||||
F "No! I just{cps=*.1}...{/cps}{w=0.2} Wasn’t expecting it, is all."
|
||||
|
||||
show anon neutral:
|
||||
ease_cubic 1.0 xalign 0.39
|
||||
ease_cubic 0.65 xalign 0.45
|
||||
"anon face happy" with dissolve
|
||||
show fang:
|
||||
#pause 1.2
|
||||
pause 0.95
|
||||
ease_cubic 0.8 xalign -0.19
|
||||
"fang happy" with dissolve
|
||||
F "No! I just{cps=*.1}...{/cps} Wasn’t expecting it, is all."
|
||||
pause 0.5
|
||||
|
||||
"I offer her my hand."
|
||||
window hide
|
||||
window auto
|
||||
|
||||
"Despite her claim otherwise I can feel how tense she is by how her fingernails dig into my hand."
|
||||
show anon behind fang:
|
||||
ease_cubic 1.0 xalign 0.39
|
||||
ease_cubic 0.65 xalign 0.45
|
||||
show fang:
|
||||
#pause 1.2
|
||||
pause 1
|
||||
ease_cubic 0.8 xalign -0.19
|
||||
"fang neutral" with dissolve
|
||||
|
||||
pause 1
|
||||
show anon neutral with dissolve
|
||||
|
||||
"Despite her claim otherwise, I can feel how tense she is by how her fingernails dig into my hand."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.25
|
||||
|
||||
show anon:
|
||||
"anon face happy"
|
||||
ease_cubic 1.8 xalign 2.8
|
||||
show fang:
|
||||
"fang happy"
|
||||
ease_cubic 1.8 xalign 3.6
|
||||
easeout_cubic 1.5 xalign 1.3
|
||||
show fang neutral:
|
||||
easeout_cubic 1.5 xalign 1.2
|
||||
pause 0.9
|
||||
hide anon
|
||||
hide fang
|
||||
with dissolve
|
||||
|
||||
pause .5
|
||||
stop music fadeout 2
|
||||
scene black with dissolve
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
"I lead her into the darkened room, what little light there is coming from the various animals within."
|
||||
play music "audio/OST/Beach Chill Out.ogg" fadein 1.0
|
||||
|
||||
|
||||
"The aquariums within are packed with bioluminescent jellyfish, illuminating the darkened room with an ethereal glow."
|
||||
scene jellyfishroom with dissolve
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene jellyfishroom with Dissolve(2)
|
||||
|
||||
F "Whoa. This is{cps=*.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
A "Beautiful."
|
||||
|
||||
F "Yeah{cps=*.1}...{/cps}{w=0.3} that{cps=*.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
"I wasn’t referring to the exhibit."
|
||||
|
||||
"Fang’s grip on my hand eases, and her fingers work to intertwine with mine."
|
||||
|
||||
"With what little light there is I can make out Fang’s smile."
|
||||
pause 0.5
|
||||
|
||||
"My eyes have adjusted enough that I can see Fang’s eyes locked onto mine, the gossamer light making them glow."
|
||||
|
||||
"My lips press softly onto Fang’s beak-end in a chaste peck."
|
||||
pause 0.5
|
||||
|
||||
F "Eep!"
|
||||
|
||||
F "Oi! G-give me a warning next time!"
|
||||
|
||||
A "Mmmm{cps=*0.1}...{/cps} Naaaah."
|
||||
pause 0.5
|
||||
|
||||
"I laugh even as her hip bumps me roughly."
|
||||
|
||||
"Our interlocked fingers prevent her from using her preferred elbow tactic."
|
||||
pause 0.5
|
||||
|
||||
A "So{cps=*0.1}...{/cps}{w=0.05} had fun?"
|
||||
|
||||
|
@ -614,9 +732,9 @@ label chapter_12D:
|
|||
F "Sh-shut up! I’m sexy damn it! Not cute!"
|
||||
|
||||
A "Why not both?"
|
||||
pause 0.5
|
||||
|
||||
"She glowers."
|
||||
|
||||
pause .5
|
||||
|
||||
A "Feel rested?"
|
||||
|
@ -626,10 +744,11 @@ label chapter_12D:
|
|||
A "Sounds like a plan."
|
||||
window hide
|
||||
window auto
|
||||
pause .25
|
||||
pause .5
|
||||
|
||||
scene aquariumoutside with Dissolve(1.25)
|
||||
pause .5
|
||||
|
||||
"The rest of our rest day was spent just relaxing on the pier."
|
||||
|
||||
"Snacks on the boardwalk."
|
||||
|
@ -638,20 +757,20 @@ label chapter_12D:
|
|||
|
||||
"And a very relaxed girlfriend."
|
||||
|
||||
"Overall,{w=0.2} mission successful."
|
||||
"Overall, mission successful."
|
||||
|
||||
pause 0.5
|
||||
"Except the sunburn."
|
||||
|
||||
"Ow."
|
||||
|
||||
stop music fadeout 3.0
|
||||
scene black with Dissolve(1.5)
|
||||
#pause .5
|
||||
|
||||
#"{cps=*0.1}...{/cps}"
|
||||
window hide
|
||||
window auto
|
||||
pause 1
|
||||
pause 0.5
|
||||
|
||||
stop music fadeout 3.0
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
|
||||
"{cps=*0.1}...{/cps}"
|
||||
|
||||
return
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
label chapter_13A:
|
||||
#Prom is Complicated
|
||||
window hide
|
||||
window auto
|
||||
|
||||
play music 'audio/OST/ballad_of_the_boot.ogg' fadein 0.5
|
||||
pause .5
|
||||
|
@ -311,8 +313,7 @@ label chapter_13A:
|
|||
window auto
|
||||
pause .5
|
||||
|
||||
stop ambient fadeout 4
|
||||
scene black with Dissolve(1)
|
||||
stop ambient fadeout 3
|
||||
scene taxi night with Dissolve(1)
|
||||
pause .5
|
||||
|
||||
|
@ -376,7 +377,6 @@ label chapter_13A:
|
|||
|
||||
play ambient 'audio/effects/nightLoop.ogg' fadein 3
|
||||
play ambient1 'audio/effects/teenageCrowdMurmurLoop.ogg' fadein 3
|
||||
scene black with Dissolve(1)
|
||||
scene outside school night
|
||||
show fang a prom neutral:
|
||||
yalign 0.0 xalign -0.1
|
||||
|
@ -465,7 +465,10 @@ label chapter_13A:
|
|||
pause .5
|
||||
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
scene prom with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
"The two of us go up to the entrance, the room filled with seniors, strobe lights and a very suspicious smelling fog."
|
||||
|
||||
show reed sunglasses flip:
|
||||
|
@ -798,7 +801,7 @@ label chapter_13A:
|
|||
"He smiles and nods, pressing one of the myriad of buttons on the block."
|
||||
pause .5
|
||||
|
||||
play ambient 'audio/effects/drumroll.ogg' fadein 0.5
|
||||
play ambient '<loop 0.37979>audio/effects/drumroll.ogg'
|
||||
"A mediocre recording of the drumline plays over the speakers as Spears clears his throat and tears open the envelope."
|
||||
|
||||
Sp "And your winners."
|
||||
|
@ -810,9 +813,9 @@ label chapter_13A:
|
|||
|
||||
Sp "{cps=*.3}Aaaaaare{/cps}{cps=*.1}...{/cps}"
|
||||
|
||||
stop ambient fadeout 0.25
|
||||
play sound 'audio/effects/drumrollend.ogg' fadein 0.25
|
||||
pause 1
|
||||
pause 0.5
|
||||
stop ambient
|
||||
play sound 'audio/effects/drumrollend.ogg'
|
||||
|
||||
Sp "{cps=*.3}Naaaaaser aaaaand Naaaaoooomiiiiii!{/cps}"
|
||||
|
||||
|
@ -831,7 +834,7 @@ label chapter_13A:
|
|||
|
||||
show spears:
|
||||
ease_cubic 1 xalign 1.0
|
||||
show spears behind dimmer_darker with Dissolve(1)
|
||||
show spears happy flip behind dimmer_darker with Dissolve(1)
|
||||
|
||||
show naser prom happy:
|
||||
yalign 0.1 xalign -0.8
|
||||
|
@ -863,6 +866,7 @@ label chapter_13A:
|
|||
N "My, I don’t really have a speech prepared. But{cps=*.1}...{/cps}"
|
||||
|
||||
N "In just one short year, we-"
|
||||
show spears neutral flip
|
||||
|
||||
Sp "Alright, alright, let’s stay on schedule."
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -12,16 +12,19 @@ label chapter_14D:
|
|||
"Volcaldera Bluffs."
|
||||
|
||||
"Weather conditions; hot as tits."
|
||||
pause .5
|
||||
|
||||
"The evening sun is boiling hot and I’m reminded of one of the myriad of reasons why I first loathed living here."
|
||||
|
||||
"The sweat dripping in my eyes makes it difficult to see anything five feet in front of me."
|
||||
pause .5
|
||||
|
||||
"Like a runt of a tree planted in the sidewalk that I swerve to avoid."
|
||||
|
||||
"The air is hot and humid, and I can feel my body grow heavier as I get closer."
|
||||
|
||||
"I can’t determine if it’s from the sweat soaking my clothes or the welling trepidation inside me."
|
||||
pause .5
|
||||
|
||||
"It’s been five years since I’ve seen anyone here."
|
||||
|
||||
|
@ -43,16 +46,21 @@ label chapter_14D:
|
|||
unknown "It’s been too long!"
|
||||
|
||||
unknown "It was only five years *Giggle*"
|
||||
pause 1
|
||||
|
||||
"I can make out the building now. I use the sleeve of my shirt to wipe the sweat from my eyes and brow."
|
||||
|
||||
"I look at the name written on the arch over the entrance."
|
||||
pause 0.5
|
||||
|
||||
"Volcano High."
|
||||
|
||||
$ renpy.music.set_volume(0.7, 0, 'ambient1')
|
||||
stop ambient fadeout 2
|
||||
stop ambient2 fadeout 2
|
||||
play ambient1 'audio/effects/teenageCrowdFarLoop.ogg' fadein 2.0
|
||||
scene outside school fog with fade
|
||||
"Volcano High."
|
||||
scene outside school fog with Dissolve(1.5)
|
||||
pause 0.5
|
||||
|
||||
A "Still the perfect setting for a horror game.{w=0.2} Or maybe a shitty WAD."
|
||||
|
||||
|
@ -61,8 +69,12 @@ label chapter_14D:
|
|||
"A check of my phone says I’m thirty minutes early.{w=0.2} Wonderful."
|
||||
|
||||
"I move to the entrance, only to see all of the steps occupied by twenty-somethings waiting."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
show anond neutral at aleft with dissolve
|
||||
show anond neutral at aleft with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
A "Yo, this the line?"
|
||||
show reed future explanatory flip at rright with dissolve:
|
||||
|
@ -70,62 +82,73 @@ label chapter_14D:
|
|||
|
||||
Re "Anon?"
|
||||
show reed future explanatory flip:
|
||||
ease_cubic 1.0 xalign 0.75
|
||||
ease_cubic 1.5 xalign 0.75
|
||||
|
||||
stop ambient1 fadeout 1.0
|
||||
play music "audio/OST/Those Other Two Weirdos.ogg" fadein 1.0
|
||||
$ renpy.music.set_volume(1, 1, 'ambient')
|
||||
$ renpy.music.set_volume(1, 1, 'ambient1')
|
||||
$ renpy.music.set_volume(1, 1, 'ambient2')
|
||||
$ renpy.music.set_volume(1, 2, 'ambient')
|
||||
$ renpy.music.set_volume(1, 2, 'ambient1')
|
||||
$ renpy.music.set_volume(1, 2, 'ambient2')
|
||||
|
||||
"A hobo raptor at the top of the steps pulls his oversized shades down to peer at me."
|
||||
pause 0.5
|
||||
|
||||
Re "Ayyy Anon, what’s up dude?"
|
||||
|
||||
"I immediately recognize his voice."
|
||||
pause 0.5
|
||||
|
||||
A "Hey Reed, what’s happening?"
|
||||
|
||||
A "You seem to certainly have uh{cps=*.1}...{/cps} changed."
|
||||
|
||||
A "Why do you look like uh{cps=*.1}...{/cps} I don’t want to sound rude or anything, but{cps=*.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
A "You look homeless, Reed."
|
||||
|
||||
Re "{cps=*0.5}Whaaaat?{/cps}"
|
||||
|
||||
Re "Duuude, I’m not a hobo! I’m the richest raptor in the world, guy!"
|
||||
pause 0.5
|
||||
|
||||
"I think Reed’s lost it."
|
||||
pause 0.5
|
||||
|
||||
Re "What’d you say, man?"
|
||||
|
||||
A "What?{w=0.2} Nothing.{w=0.1} No idea what you’re talking about."
|
||||
A "What? Nothing. No idea what you’re talking about."
|
||||
pause 0.5
|
||||
|
||||
A "So, how did you get to become the 'richest raptor in the world'?"
|
||||
|
||||
Re "You wouldn’t believe it, man!"
|
||||
|
||||
Re "See, it all started with{cps=*.12}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
"Reed proceeds to run his mouth off about a bunch of gibberish."
|
||||
|
||||
"I cannot understand anything he's saying."
|
||||
|
||||
"I think I heard ‘pharmaceutical business’ at one point?"
|
||||
pause 0.2
|
||||
pause 0.5
|
||||
|
||||
Re "{cps=*.1}...{/cps}and then I was brought here by the birds, dude."
|
||||
|
||||
Re "So what’ve you been up to, man?"
|
||||
|
||||
Re "You look like you haven’t changed a day."
|
||||
pause 0.5
|
||||
|
||||
A "It’s not as exciting as your story, honestly."
|
||||
|
||||
A "I just went off to college,{w=.1} got my bachelor’s,{w=.1} and now I’m just a sound engineer."
|
||||
A "I just went off to college, got my bachelor’s, and now I’m just a sound engineer."
|
||||
|
||||
Re "Sounds pretty sweet, dude."
|
||||
show reed future neutral flip with dissolve
|
||||
pause 0.5
|
||||
|
||||
"We stand there for a moment in the blazing heat."
|
||||
show reed future explanatory flip with dissolve
|
||||
|
||||
|
@ -133,32 +156,47 @@ label chapter_14D:
|
|||
|
||||
Re "They got drinks n’ shit!"
|
||||
|
||||
A "Definitely,{w=0.2} I need some air conditioning."
|
||||
A "Definitely, I need some air conditioning."
|
||||
pause 0.5
|
||||
|
||||
"We quickly moved along to the gymnasium."
|
||||
pause .2
|
||||
scene reunion with dissolve
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
scene reunion with Dissolve(2)
|
||||
pause 0.5
|
||||
|
||||
A "Man, it really hasn’t changed. Takes me back."
|
||||
show anond neutral at aleft
|
||||
show reed future explanatory flip at rright:
|
||||
xalign 1.15
|
||||
with dissolve
|
||||
with Dissolve(1)
|
||||
|
||||
Re "Yeah, takes me back too, man."
|
||||
pause 0.5
|
||||
|
||||
Re "Hold on, have you signed in yet?"
|
||||
|
||||
A "No, didn’t know I had to."
|
||||
|
||||
"Reed gestures to the sign-in table."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene black with dissolve
|
||||
scene reunion with dissolve
|
||||
scene black with Dissolve(.5)
|
||||
pause 0.5
|
||||
scene reunion with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
show anond neutral:
|
||||
show anond neutral with dissolve:
|
||||
yalign 0.1
|
||||
xalign -1.20
|
||||
ease_cubic 2.1 xalign 0.3
|
||||
xalign -0.3
|
||||
easein_cubic 1.5 xalign 0.3
|
||||
|
||||
"The clerk is crouched behind the table sorting through a box."
|
||||
|
||||
"I go over to write in my John Hancock and the person behind the counter stands up."
|
||||
|
@ -168,8 +206,8 @@ label chapter_14D:
|
|||
show naomi future at sright with dissolve
|
||||
show naomi:
|
||||
pause .1
|
||||
ease_cubic 0.3 yalign 0.12
|
||||
ease_cubic 0.4 yalign 0.0
|
||||
ease_cubic 0.3 yalign 0.07
|
||||
ease_cubic 0.3 yalign 0.0
|
||||
|
||||
N "Oh!"
|
||||
|
||||
|
@ -177,24 +215,29 @@ label chapter_14D:
|
|||
ease_cubic 0.6 xalign 0.85
|
||||
|
||||
N "Anon,{w=.1} you made it!"
|
||||
pause 0.5
|
||||
|
||||
A "Yeah,{w=.1} I did."
|
||||
|
||||
A "Life been treating you well?"
|
||||
|
||||
N "Oh yes, just last year I moved in with my dear Kanyesaurus."
|
||||
pause 0.5
|
||||
pause 1
|
||||
|
||||
"What the fuck is this world anymore?"
|
||||
pause 0.5
|
||||
|
||||
A "Real shame about his last presidential run."
|
||||
|
||||
N "Oh,{w=.1} he got over it."
|
||||
N "Oh, he got over it."
|
||||
|
||||
N "There’s always 2028!"
|
||||
|
||||
N "Presidential yeezys shall rise again, he says."
|
||||
pause 0.5
|
||||
|
||||
"{cps=*0.5}WHAT THE FUUUUCK.{/cps}"
|
||||
pause 0.5
|
||||
|
||||
A "That reminds me, have you seen Naser’s college posts?"
|
||||
|
||||
|
@ -202,26 +245,29 @@ label chapter_14D:
|
|||
|
||||
N "No, I lost touch with him about three years ago."
|
||||
|
||||
A "Oh, sorry.{w=.2} How about work, then?"
|
||||
A "Oh, sorry. How about work, then?"
|
||||
|
||||
N "I haven’t been working, mostly staying back at home and looking after the kids."
|
||||
|
||||
A "Sounds like you got a pretty good deal going on."
|
||||
|
||||
show anond neutral flip with dissolve
|
||||
|
||||
"I turn around to see a short line forming behind me."
|
||||
|
||||
show anond neutral with dissolve
|
||||
|
||||
A "Sorry to keep you so long, I’ll get out of here."
|
||||
|
||||
N "Thanks for catching up, Anon. When I’m done here we can chat more."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
stop music fadeout 3
|
||||
play ambient 'audio/effects/teenageCrowdInteriorLoop.ogg' fadein 3
|
||||
|
||||
scene black with Dissolve(0.5)
|
||||
pause 1.0
|
||||
pause 0.5
|
||||
|
||||
scene reunion
|
||||
show reed future neutral:
|
||||
xalign 0.0
|
||||
|
@ -229,14 +275,16 @@ label chapter_14D:
|
|||
show anond neutral:
|
||||
yalign 0.1
|
||||
xalign -0.3
|
||||
with dissolve
|
||||
with Dissolve(1)
|
||||
"I go rejoin Reed and we enter the gymnasium together."
|
||||
pause 0.5
|
||||
|
||||
"The setup is rather similar to that prom night all those years ago, albeit without the foreign decor."
|
||||
|
||||
"Young men and women mingle with small drinks and party foods across the floor."
|
||||
|
||||
Re "Man, those look good.{w=.15} Come over here, I’ll get you a drink, on me."
|
||||
Re "Man, those look good. Come over here, I’ll get you a drink, on me."
|
||||
pause 0.5
|
||||
|
||||
show anond:
|
||||
pause .15
|
||||
|
@ -244,54 +292,61 @@ label chapter_14D:
|
|||
show reed:
|
||||
ease_cubic 0.85 xalign 0.25
|
||||
|
||||
"I follow him over to the minibar.{w=.15} Trish is sitting in one of the seats, huddled over an empty glass."
|
||||
"I follow him over to the minibar. Trish is sitting in one of the seats, huddled over an empty glass."
|
||||
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
stop ambient fadeout 1
|
||||
play music "audio/OST/Ramo de Rosas.ogg" fadein 1.0
|
||||
|
||||
show rosa future flip at sright behind reed:
|
||||
xalign 2.3
|
||||
easein_cubic 2.0 xalign 1.25
|
||||
show rosa future flip at sright behind reed with dissolve:
|
||||
xalign 1.6
|
||||
easein_cubic 1.5 xalign 1.25
|
||||
pause .5
|
||||
|
||||
"Rosa is pouring drinks for the few other drunkards when she spots us approach."
|
||||
pause 0.5
|
||||
|
||||
Ro "Oh!{w=0.2} An-on, it is great to see you after all this time!"
|
||||
Ro "Oh! An-on, it is great to see you after all this time!"
|
||||
|
||||
Ro "Please, sit and talk awhile!"
|
||||
pause 0.5
|
||||
|
||||
A "Trish, glad we found you here!"
|
||||
window hide
|
||||
window auto
|
||||
|
||||
show anond:
|
||||
ease_cubic 0.6 xalign -0.1
|
||||
easein_cubic 0.6 xalign -0.1
|
||||
show reed:
|
||||
ease_cubic 0.6 xalign 0.15
|
||||
easein_cubic 0.6 xalign 0.15
|
||||
show rosa future flip at sright:
|
||||
ease_cubic 0.6 xalign 1.35
|
||||
easein_cubic 0.6 xalign 1.35
|
||||
show trish future neutral flip at tcenter with dissolve:
|
||||
xalign 0.75
|
||||
pause .5
|
||||
|
||||
"She looks up from her sulking and her face lights up at the sight of us."
|
||||
show trish future smug flip with dissolve
|
||||
|
||||
T "Anon!{w=0.3} It’s been years!"
|
||||
T "Anon! It’s been years!"
|
||||
|
||||
A "Trish, Rosa,{w=0.2} glad we found you here!"
|
||||
A "Trish, Rosa, glad we found you here!"
|
||||
|
||||
Re "Come on man, we’ve been texting this whole time."
|
||||
pause .5
|
||||
|
||||
"Reed flashes two fingers at the barkeeper, who sets out a few glasses."
|
||||
pause .5
|
||||
|
||||
A "Yeah, good to see you too."
|
||||
|
||||
A "Why’re you looking so gloomy over here?"
|
||||
|
||||
Ro "She has been telling me about how it is the end of her world."
|
||||
show trish future neutral flip with dissolve
|
||||
|
||||
T "It’s nothing that serious, just workplace drama."
|
||||
|
||||
|
@ -302,103 +357,132 @@ label chapter_14D:
|
|||
T "They’re telling me people would rather go to the dentist with all the drills we use."
|
||||
|
||||
T "And mostly with my designs for hollowed-out horns."
|
||||
pause .5
|
||||
|
||||
"Rosa instinctively rubs her own horn."
|
||||
pause .5
|
||||
|
||||
A "H-{w=0.2}hollow?"
|
||||
A "H-hollow?"
|
||||
|
||||
T "Of course, I even got in contact with a sculptor and figured out how to make them whistle in the wind!"
|
||||
pause .5
|
||||
|
||||
"Reed leans in to whisper in my ear."
|
||||
pause .5
|
||||
|
||||
Re "One of the designs sounds like Road Warrior."
|
||||
pause .5
|
||||
|
||||
"I shudder at the image."
|
||||
|
||||
show trish future smug flip
|
||||
show trish future smug flip with dissolve
|
||||
|
||||
T "Don’t knock it, my satisfaction rate is a clean one-hundred percent!"
|
||||
|
||||
Ro "The only problem is getting people to be willing to try it."
|
||||
pause .5
|
||||
|
||||
A "Sounds like there’s a lot of risk there, yeah."
|
||||
|
||||
T "It’s not even that bloody, I only hire the best."
|
||||
pause .5
|
||||
|
||||
A "B-{w=0.2}bloody?"
|
||||
A "B-bloody?"
|
||||
|
||||
T "What, never had a piercing before? Same thing."
|
||||
pause .5
|
||||
|
||||
"Reed shakes his head."
|
||||
pause .5
|
||||
|
||||
Ro "Anything more than a regular piercing is an abomination before our Lord."
|
||||
show trish future unimpressed flip
|
||||
show trish future unimpressed flip with dissolve
|
||||
|
||||
"I finish my drink and Reed downs his in one shot, tossing a few dollars on the counter."
|
||||
stop music fadeout 2
|
||||
|
||||
"I look up to see the one person I’m most anxious and excited to talk with again approaching."
|
||||
|
||||
play music "audio/OST/That Monochromatic Weirdo.ogg" fadein 1.0
|
||||
A "Fang! You’re here!"
|
||||
show fang d shock:
|
||||
xalign -2.2
|
||||
easein_cubic 0.89 xalign -0.65
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
play music "audio/OST/That Monochromatic Weirdo.ogg" fadein 1.0
|
||||
|
||||
show anond:
|
||||
ease_cubic 0.8 xalign 0.15
|
||||
easein_cubic 1 xalign 0.15
|
||||
show reed:
|
||||
ease_cubic 0.75 xalign 0.725
|
||||
easein_cubic 1 xalign 0.725
|
||||
show rosa:
|
||||
ease_cubic 0.65 xalign 1.45
|
||||
easein_cubic 1 xalign 1.45
|
||||
show trish:
|
||||
ease_cubic 0.7 xalign 0.875
|
||||
with None
|
||||
easein_cubic 1 xalign 0.875
|
||||
|
||||
pause 0.0001
|
||||
show reed future neutral flip with dissolve
|
||||
show anond neutral flip with dissolve
|
||||
show reed future neutral flip
|
||||
show anond neutral flip
|
||||
show trish future smug flip
|
||||
with dissolve
|
||||
|
||||
show fang d shock with dissolve:
|
||||
xalign -1.2
|
||||
easein_cubic 1.5 xalign -0.65
|
||||
|
||||
pause 1
|
||||
|
||||
F "Wha-{w=0.2} I-{w=0.2} dammit Anon,{w=0.2} I told you to stop calling me that!"
|
||||
pause 0.5
|
||||
|
||||
Re "Isn’t that the name Lucy used back in senior year?"
|
||||
|
||||
T "Yeah, I think it was."
|
||||
pause 0.5
|
||||
|
||||
A "Come on, you’ll always be Fang to me."
|
||||
|
||||
"Lucy covers her eyes with her hands."
|
||||
show fang d happy with dissolve
|
||||
|
||||
F "You haven’t changed a bit, I swear."
|
||||
window hide
|
||||
window auto
|
||||
stop music fadeout 2
|
||||
pause 2
|
||||
|
||||
play music "audio/OST/she_fucks_human_men.ogg" fadein 1.0
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
scene black with dissolve
|
||||
scene d03 with dissolve
|
||||
play music "audio/OST/she_fucks_human_men.ogg" fadein 1.0
|
||||
scene d03 with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
Re "C’mon, get over here. I’ll order us all another watchamacallit of drinks. It’s on me, the richest raptor in the {cps=*0.3}woooorld{/cps}!"
|
||||
pause 0.5
|
||||
|
||||
"Reed cheerfully throws his arms up as he shouts out a prolonged ‘world’."
|
||||
pause 0.5
|
||||
|
||||
F "Sure, thanks. I can’t have too much though, I’m the event organizer and all."
|
||||
|
||||
A "Sounds like a tough break."
|
||||
pause 0.5
|
||||
|
||||
A "Wait, I thought you were the music teacher here."
|
||||
A "Wait, I thought you were the music teacher here?"
|
||||
#show fang d neutral with dissolve
|
||||
|
||||
F "I’m getting there. Still working with Mister Jingo until he retires next year."
|
||||
|
||||
F "Until then I’m a teachers’ assistant."
|
||||
|
||||
A "Oh, alright, I see."
|
||||
pause 0.5
|
||||
|
||||
"I take a quick glimpse around the room and fail to see any large ape-man."
|
||||
pause 0.5
|
||||
|
||||
A "I feel like we’re missing someone."
|
||||
|
||||
A "Where’s Spears?{w=.1} I could have sworn he would be here."
|
||||
A "Where’s Spears? I could have sworn he would be here."
|
||||
|
||||
Re "Nah man, he’s gone. I saw him on TV the other day, though."
|
||||
|
||||
|
@ -407,15 +491,22 @@ label chapter_14D:
|
|||
Re "Sort of, he does commercials for car dealerships now."
|
||||
|
||||
Re "He’s built a reputation for his gimmick of wrecking a car every ad he does."
|
||||
pause 0.5
|
||||
|
||||
A "I{cps=*.1}...{/cps} I see."
|
||||
pause 0.5
|
||||
|
||||
"Oh god I thought that was a joke about slamming people into cars."
|
||||
pause 0.5
|
||||
|
||||
"The hours reconnecting with my old friends pass surprisingly quickly, and the time eventually comes for everyone to go home."
|
||||
|
||||
"Lucy excuses herself from the group to go give the closing speech."
|
||||
scene reunion with fade
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene reunion
|
||||
show anond neutral at aleft
|
||||
show reed future neutral flip at rcenter:
|
||||
xalign 0.6
|
||||
|
@ -423,8 +514,9 @@ label chapter_14D:
|
|||
xalign 0.75
|
||||
show rosa future flip at sright behind reed:
|
||||
xalign 1.3
|
||||
with dissolve
|
||||
with Dissolve(1)
|
||||
"She goes up onstage and tests the microphone, getting everyone’s attention."
|
||||
pause 0.5
|
||||
|
||||
F "Alright everyone, it’s been a wonderful night."
|
||||
|
||||
|
@ -433,26 +525,27 @@ label chapter_14D:
|
|||
F "Please start finding your designated drivers or calling up the taxi driver."
|
||||
|
||||
F "We will be locking the doors at three."
|
||||
pause 0.5
|
||||
|
||||
"She puts the mic back on its stand and jumps offstage."
|
||||
|
||||
"Reed pats my shoulder."
|
||||
pause 0.5
|
||||
|
||||
Re "You got a ride home, man?"
|
||||
|
||||
A "I can walk, but thanks."
|
||||
|
||||
show fang d happy:
|
||||
xalign -2.2
|
||||
easein_cubic 1.11 xalign -0.65
|
||||
show fang d happy with dissolve:
|
||||
xalign -1.2
|
||||
easein_cubic 1 xalign -0.65
|
||||
|
||||
"Lucy returns to the minibar, where Rosa is waiting with the last of the alcohol."
|
||||
|
||||
T "There it is."
|
||||
|
||||
show trish future neutral flip with dissolve
|
||||
|
||||
Re "Alright, great seeing you guys. I’ll bounce."
|
||||
|
||||
show trish future smug flip with dissolve
|
||||
|
||||
T "We should all meet again for lunch sometime!"
|
||||
|
@ -461,7 +554,9 @@ label chapter_14D:
|
|||
|
||||
Re "You got it, man. See ya."
|
||||
hide reed future neutral flip with dissolve
|
||||
|
||||
A "Bye, Reed."
|
||||
pause 0.5
|
||||
|
||||
T "Actually, I should get going, too."
|
||||
|
||||
|
@ -470,29 +565,32 @@ label chapter_14D:
|
|||
A "You’ve had the most to drink out of all of us, you gonna be alright?"
|
||||
|
||||
"She raises a smug eyebrow and starts walking to the exit."
|
||||
pause 0.5
|
||||
|
||||
T "See you guys."
|
||||
hide trish with dissolve
|
||||
Ro "Come visit me too, An-on.{w=.1} Stella and I would love to have you."
|
||||
|
||||
Ro "Come visit me too, An-on. Stella and I would love to have you."
|
||||
hide rosa with dissolve
|
||||
|
||||
"More people trickle out of the room until it’s just Lucy and I."
|
||||
|
||||
show naomi future at sright with dissolve
|
||||
|
||||
"Naomi gives a thumbs-up to Lucy through the door to signal that everyone else has left."
|
||||
pause 0.5
|
||||
|
||||
F "Thanks, Naomi, couldn’t have organized this without you."
|
||||
|
||||
N "Oh, don’t worry about it! It was nice getting to act like a class representative again."
|
||||
pause 0.25
|
||||
|
||||
show naomi future flip at sright with dissolve
|
||||
show naomi:
|
||||
easeout_cubic 1.0 xalign 2.75
|
||||
easeout_cubic 1.0 xalign 1.5
|
||||
show naomi future flip with dissolve
|
||||
hide naomi with dissolve
|
||||
|
||||
"The Plastic Persimmon waves and lets the door swing closed with an echoing *clang*."
|
||||
|
||||
hide naomi
|
||||
pause 0.5
|
||||
|
||||
A "Sooo{cps=*.1}...{/cps} {w=0.1}Just the two of us{cps=*.1}...{/cps}"
|
||||
|
||||
|
@ -501,36 +599,55 @@ label chapter_14D:
|
|||
A "Ha! Still got it."
|
||||
|
||||
F "Yeah yeah."
|
||||
pause 0.5
|
||||
|
||||
"Lucy holds up a plastic bag that *clink*s with each shake."
|
||||
pause 0.5
|
||||
|
||||
F "I was gonna offer you the last of these{cps=*.12}...{/cps} Buuuut{cps=*.15}...{/cps}"
|
||||
|
||||
A "Hey now, let’s not let those go to waste."
|
||||
pause 0.5
|
||||
|
||||
"Her smug grin and laugh says enough."
|
||||
pause 0.5
|
||||
|
||||
A "Rooftop?"
|
||||
|
||||
F "Rooftop.{w=0.3} Now."
|
||||
F "Rooftop. Now."
|
||||
pause 0.5
|
||||
|
||||
"She leads the way through the darkened school hallways and stairwell."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene black with dissolve
|
||||
stop music fadeout 3.0
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
"I can picture all the old posters from my time here along the walls."
|
||||
|
||||
"Oh hey, they finally replaced the door."
|
||||
stop music fadeout 3.0
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
play ambient 'audio/effects/nightLoop.ogg' fadein 3
|
||||
label kino:
|
||||
scene roof night with dissolve
|
||||
scene roof night with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
show fang d neutral at sleft
|
||||
show anond neutral flip at sright:
|
||||
xalign 0.8
|
||||
with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
"The door is booted open and the night air has finally cooled down to something breathable now."
|
||||
|
||||
"I turn to the ladder on the side of the stair enclosure and climb up."
|
||||
pause 0.5
|
||||
|
||||
"Lucy hands me the bag and makes her own ascent."
|
||||
|
||||
|
@ -538,42 +655,46 @@ label chapter_14D:
|
|||
|
||||
play music "audio/OST/Skinrow Soul.ogg" fadein 1.0
|
||||
"And with the stars above and no moon I would say the view is picturesque."
|
||||
pause 0.5
|
||||
|
||||
F "Oi,{w=.1} you gonna hog the drinks?"
|
||||
F "Oi, you gonna hog the drinks?"
|
||||
|
||||
"I take out a pair of bottles, using one to pop the cap off the other."
|
||||
|
||||
F "Show-off.{w=.2} They’re twist-offs, ya know."
|
||||
F "Show-off. They’re twist-offs, ya know."
|
||||
|
||||
"To prove her point she takes the capped one and simply twists it’s top off."
|
||||
pause 0.5
|
||||
|
||||
A "Ow.{w=0.3} My ego."
|
||||
|
||||
A "Ow. My ego."
|
||||
show fang d happy with dissolve
|
||||
|
||||
F "Pfffft.{w=0.2} Anyways."
|
||||
F "Pfffft. Anyways."
|
||||
|
||||
A "A toast!"
|
||||
|
||||
F "To adulthood!"
|
||||
|
||||
A "To stable employment!"
|
||||
pause 0.5
|
||||
|
||||
"We tap our bottles together and chug the sweet ambrosia down."
|
||||
pause 0.5
|
||||
|
||||
F "Aaaaah. I needed this."
|
||||
|
||||
A "Oh?"
|
||||
|
||||
"I’m already handing her a second bottle,{w=.1} knowing that she’ll finish her first with her next chug."
|
||||
"I’m already handing her a second bottle, knowing that she’ll finish her first with her next chug."
|
||||
pause 0.5
|
||||
|
||||
A "I guess you’ve been busy."
|
||||
|
||||
show fang d unimpressed with dissolve
|
||||
|
||||
F "Dealing with teens is a fuckin’ nightmare."
|
||||
|
||||
F "There’s this one brat, Kenny.{w=.15} The little shit has broken two trumpets already."
|
||||
F "There’s this one brat, Kenny. The little shit has broken two trumpets already."
|
||||
pause 0.5
|
||||
|
||||
A "Can’t be that bad."
|
||||
|
||||
|
@ -581,12 +702,12 @@ label chapter_14D:
|
|||
|
||||
"Lucy’s rant went on for what felt like an hour."
|
||||
|
||||
"Though judging by the pile of beer bottles,{w=.1} it couldn’t have been more than twenty minutes."
|
||||
"Though judging by the pile of beer bottles, it couldn’t have been more than twenty minutes."
|
||||
pause 0.5
|
||||
|
||||
F "-at the fucking dance of all places."
|
||||
|
||||
A "Snrk."
|
||||
|
||||
show fang d neutral with dissolve
|
||||
|
||||
F "What!"
|
||||
|
@ -595,25 +716,28 @@ label chapter_14D:
|
|||
|
||||
F "Bullshit."
|
||||
|
||||
A "For real!{w=.1} You were just as bad!"
|
||||
A "For real! You were just as bad!"
|
||||
pause 0.5
|
||||
|
||||
#still -ob
|
||||
show fang:
|
||||
ease_cubic 0.4 xalign 0.55
|
||||
ease_cubic 0.7 xalign 0.0
|
||||
easeout_cubic 0.4 xalign 0.35
|
||||
easein_cubic 0.7 xalign 0.0
|
||||
pause .3
|
||||
show anond:
|
||||
pause .02
|
||||
ease_cubic 0.3 xalign 0.82
|
||||
easein_cubic 0.3 xalign 0.82
|
||||
ease_cubic 0.4 xalign 0.8
|
||||
"Lucy’s elbow finds it’s familiar spot in my side."
|
||||
|
||||
pause 0.5
|
||||
|
||||
F "Nuh uh."
|
||||
|
||||
A "Yeah huh.{w=0.2} {cps=*.5}Faaaaang.{/cps}"
|
||||
A "Yeah huh. {cps=*.5}Faaaaang.{/cps}"
|
||||
pause 0.5
|
||||
|
||||
"She groans and hides her face in her knees."
|
||||
pause 0.5
|
||||
|
||||
F "Why the fuck was I so edgy?"
|
||||
|
||||
|
@ -622,89 +746,114 @@ label chapter_14D:
|
|||
F "Mrrrr{cps=*.1}...{/cps}{w=0.1} Okay, so maybe we were that bad."
|
||||
|
||||
A "That’s life for ya."
|
||||
pause 0.5
|
||||
|
||||
"She sighs and relaxes. Her legs stretch forward and she leans back on her arms."
|
||||
pause 0.5
|
||||
|
||||
F "Yeah{cps=*.15}...{/cps}"
|
||||
|
||||
F "That’s life{cps=*.15}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
"I mimic her pose and find myself staring at the small dots spreading across the night sky."
|
||||
stop music fadeout 5.0
|
||||
pause 0.5
|
||||
|
||||
A "Teacher at your alma mater.{w=.25} Wasn’t really expecting that, ya know."
|
||||
A "Teacher at your alma mater. Wasn’t really expecting that, ya know."
|
||||
|
||||
F "And you as a sound engineer?{w=0.3} Pffft, I figured you’d be making a sexbot or something."
|
||||
F "And you as a sound engineer? Pffft, I figured you’d be making a sexbot or something."
|
||||
|
||||
A "The self-cleaning subroutine never worked right."
|
||||
show fang d happy with dissolve
|
||||
|
||||
"We chuckle together."
|
||||
|
||||
play music "audio/OST/Amberlight Brilliance - Demo.ogg" fadein 1.0
|
||||
stop ambient fadeout 5
|
||||
pause 0.5
|
||||
|
||||
A "Hey, Lucy{cps=*.1}...{/cps}"
|
||||
|
||||
"I keep my eyes on the stars, even when Lucy turns to look at me."
|
||||
|
||||
"I can feel heat creep across my face."
|
||||
pause 0.5
|
||||
|
||||
A "I got a contract with a studio here. I’m thinking{cps=*.1}...{/cps}"
|
||||
|
||||
A "Since I’ll be here for a good while, how about we get some dinner sometime."
|
||||
A "Since I’ll be here for a good while, how about we get some dinner sometime?"
|
||||
|
||||
A "Y’know{cps=*.1}...{/cps}{w=0.1} together{cps=*.15}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
"I look at Lucy at last."
|
||||
|
||||
"Her face is turned back to the sky, but there’s a dusting of pink across her cheeks."
|
||||
pause 0.5
|
||||
|
||||
F "I would{cps=*.1}...{/cps}{w=0.1} I totally would, Anon{cps=*.15}...{/cps}"
|
||||
|
||||
F "But I’ve got work like you wouldn’t believe."
|
||||
show fang d neutral with dissolve
|
||||
|
||||
A "O-oh. Well, if it’s too mu-"
|
||||
|
||||
F "However!"
|
||||
|
||||
show fang d happy with dissolve
|
||||
|
||||
"Something covers my hand."
|
||||
|
||||
"I quick glimpse down and I see it’s Lucy’s atop mine."
|
||||
pause 0.5
|
||||
|
||||
F "I’ve got time in the morning."
|
||||
|
||||
F "So how bout breakfasts?"
|
||||
pause 0.5
|
||||
|
||||
"I smile."
|
||||
pause 0.5
|
||||
|
||||
A "Is that a date then?"
|
||||
|
||||
F "I don’t know, is it?"
|
||||
|
||||
"Lucy turns back to me and smiles."
|
||||
pause 0.5
|
||||
|
||||
A "It is, then."
|
||||
stop music fadeout 2.0
|
||||
pause 0.5
|
||||
|
||||
F "You’re such a dweeb."
|
||||
#ENDING 4 THEME GOES HERE
|
||||
stop music fadeout 1.0
|
||||
pause 0.5
|
||||
|
||||
A "I know."
|
||||
#play music
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
play music 'audio/OST/Amberlight Brilliance - Live.ogg' fadein 1.0
|
||||
scene d04b with dissolve
|
||||
scene d04b with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
"That didn’t stop Lucy from shuffling closer until our legs were pressed together."
|
||||
|
||||
"That didn’t stop Lucy from leaning her head on my shoulder."
|
||||
pause 0.5
|
||||
|
||||
"I grin and wrap my arm around her shoulder."
|
||||
|
||||
"Feels just like old times, honestly."
|
||||
|
||||
"Like no time has passed since I left Volcaldera Bluff."
|
||||
pause 0.5
|
||||
|
||||
"I guess I never did say goodbye to Volcano High."
|
||||
pause 0.5
|
||||
|
||||
F "Thanks, now my face is forever stuck in a cringe, Anon."
|
||||
|
||||
|
@ -717,20 +866,27 @@ label chapter_14D:
|
|||
F "You ruined it, you fix it."
|
||||
|
||||
A "Fine I will."
|
||||
scene black with dissolve
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
scene black with Dissolve(2)
|
||||
pause 0.5
|
||||
|
||||
"My hand cups her cheek gently."
|
||||
|
||||
"Lucy smiles and leans in."
|
||||
pause 0.5
|
||||
|
||||
"Ah, I missed this feeling."
|
||||
|
||||
"Our lips meld together as we embrace just like we were teens again."
|
||||
|
||||
$ quick_menu = False
|
||||
scene black with fade
|
||||
pause .5
|
||||
|
||||
window hide
|
||||
pause 1
|
||||
|
||||
scene e4of4 with Dissolve(1.0)
|
||||
stop music fadeout 15.0
|
||||
pause 16
|
||||
|
|
Loading…
Reference in a new issue