mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
13C Choreo
This commit is contained in:
parent
6a9250793e
commit
0dee8a167b
2 changed files with 272 additions and 27 deletions
|
@ -336,6 +336,7 @@ image naser unimpressed flip = im.Flip("naser/naser unimpressed.png", horizontal
|
||||||
image naser prom unimpressed flip = im.Flip("naser/naser prom unimpressed.png", horizontal=True)
|
image naser prom unimpressed flip = im.Flip("naser/naser prom unimpressed.png", horizontal=True)
|
||||||
image trish unimpressed flip = im.Flip("trish/trish unimpressed.png", horizontal=True)
|
image trish unimpressed flip = im.Flip("trish/trish unimpressed.png", horizontal=True)
|
||||||
image naomi unimpressed flip = im.Flip("naomi/naomi unimpressed.png", horizontal=True)
|
image naomi unimpressed flip = im.Flip("naomi/naomi unimpressed.png", horizontal=True)
|
||||||
|
image naomi prom unimpressed flip = im.Flip("naomi/naomi prom unimpressed.png", horizontal=True)
|
||||||
image stella unimpressed flip = im.Flip("stella/stella unimpressed.png", horizontal=True)
|
image stella unimpressed flip = im.Flip("stella/stella unimpressed.png", horizontal=True)
|
||||||
image trish future unimpressed flip = im.Flip("trish/trish future unimpressed.png", horizontal=True)
|
image trish future unimpressed flip = im.Flip("trish/trish future unimpressed.png", horizontal=True)
|
||||||
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
||||||
|
|
|
@ -29,8 +29,11 @@ label chapter_13D:
|
||||||
|
|
||||||
FD "I’ll scare who I want in my home."
|
FD "I’ll scare who I want in my home."
|
||||||
|
|
||||||
show fangmom neutral at fmleft behind fang with easeinleft:
|
show fangmom neutral at fmleft behind fang:# with easeinleft:
|
||||||
xalign 0.3
|
xalign -1.9
|
||||||
|
ease_cubic 1.7 xalign 0.3
|
||||||
|
|
||||||
|
pause .5
|
||||||
|
|
||||||
"Fang’s mom saves me, taking the mountainous pterodactyl by his head crest."
|
"Fang’s mom saves me, taking the mountainous pterodactyl by his head crest."
|
||||||
|
|
||||||
|
@ -203,19 +206,22 @@ label chapter_13D:
|
||||||
|
|
||||||
N "Actually, Anon, can I speak with you for a moment?"
|
N "Actually, Anon, can I speak with you for a moment?"
|
||||||
|
|
||||||
|
show naomi prom unimpressed flip with dissolve
|
||||||
|
pause .5
|
||||||
|
|
||||||
play music 'audio/ost/intercept.ogg' fadein 1
|
play music 'audio/ost/intercept.ogg' fadein 1
|
||||||
"Oh boy."
|
"Oh boy."
|
||||||
|
|
||||||
A "Go ahead."
|
A "Go ahead."
|
||||||
|
|
||||||
N "I’m very happy that you and Fang are together now, but…"
|
N "I’m very happy that you and Fang are together now, but{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
"I take a long, slow sip."
|
"I take a long, slow sip."
|
||||||
|
|
||||||
A "But what?"
|
A "But what?"
|
||||||
show naomi prom angry flip at scenter with dissolve
|
show naomi prom angry flip at scenter with dissolve
|
||||||
|
|
||||||
N "But, I mean…{w=0.2} Just look at her."
|
N "But, I mean{cps=*.1}...{/cps}{w=0.05} Just look at her."
|
||||||
|
|
||||||
N "The school year’s almost over and she’s barely changed from being that weird punk-goth type."
|
N "The school year’s almost over and she’s barely changed from being that weird punk-goth type."
|
||||||
|
|
||||||
|
@ -223,7 +229,7 @@ label chapter_13D:
|
||||||
|
|
||||||
A "So?"
|
A "So?"
|
||||||
|
|
||||||
N "I mean, I thought you would try to make her… {w=0.2}Presentable, you know?"
|
N "I mean, I thought you would try to make her{cps=*.2}...{/cps} {w=0.2}Presentable, you know?"
|
||||||
|
|
||||||
"Mmm, love me some water."
|
"Mmm, love me some water."
|
||||||
|
|
||||||
|
@ -264,7 +270,21 @@ label chapter_13D:
|
||||||
$ renpy.music.set_volume(1, 0, 'music')
|
$ renpy.music.set_volume(1, 0, 'music')
|
||||||
play music "audio/OST/punk_revamp.ogg" fadein 1.0
|
play music "audio/OST/punk_revamp.ogg" fadein 1.0
|
||||||
|
|
||||||
|
image naomi prom alaska:
|
||||||
|
"naomi prom neutral flip"
|
||||||
|
#easeout_cubic 0.3 matrixcolor TintMatrix(Color((1.2*255, 1.2*255, 1.2*255)))
|
||||||
|
#easeout_cubic 1.80 matrixcolor TintMatrix(Color((255, 255, 255)))
|
||||||
|
matrixcolor SaturationMatrix(1, (0.34, 0.34, 0.34)) #how the fuck does this work?
|
||||||
|
ease_cubic 0.4 matrixcolor SaturationMatrix(0, (0.40, 0.40, 0.40))
|
||||||
|
pause 1.0
|
||||||
|
ease_cubic 1.0 matrixcolor SaturationMatrix(1, (0.40, 0.40, 0.40))
|
||||||
|
#ease_cubic 0.3 matrixcolor SaturationMatrix(0, (1.0, 1.0, 1.0))
|
||||||
|
|
||||||
|
show naomi prom alaska
|
||||||
|
pause .5
|
||||||
"Naomi goes white as a sheet."
|
"Naomi goes white as a sheet."
|
||||||
|
|
||||||
|
play sound 'audio/effects/slapstickGlassBreak.ogg'
|
||||||
show fang d prom happy flip at sright with dissolve:
|
show fang d prom happy flip at sright with dissolve:
|
||||||
xalign 1.7
|
xalign 1.7
|
||||||
easein_cubic 1 xalign 1.3
|
easein_cubic 1 xalign 1.3
|
||||||
|
@ -284,6 +304,7 @@ label chapter_13D:
|
||||||
|
|
||||||
N "W-well, n-no, I was only planning-"
|
N "W-well, n-no, I was only planning-"
|
||||||
|
|
||||||
|
show naomi prom unimpressed with dissolve
|
||||||
show fang d prom unimpressed flip with dissolve
|
show fang d prom unimpressed flip with dissolve
|
||||||
|
|
||||||
F "Oh, right! Your ‘plan’!"
|
F "Oh, right! Your ‘plan’!"
|
||||||
|
@ -298,7 +319,7 @@ label chapter_13D:
|
||||||
|
|
||||||
F "Literally all you had to do was get some poor schmuck and get him to do everything for you."
|
F "Literally all you had to do was get some poor schmuck and get him to do everything for you."
|
||||||
|
|
||||||
F "Hey…"
|
F "Hey{cps=*.15}...{/cps}"
|
||||||
|
|
||||||
F "You can’t get even one person to do what you want?"
|
F "You can’t get even one person to do what you want?"
|
||||||
|
|
||||||
|
@ -306,6 +327,8 @@ label chapter_13D:
|
||||||
|
|
||||||
A "I could do that in seconds on a certain website."
|
A "I could do that in seconds on a certain website."
|
||||||
|
|
||||||
|
show naomi prom angry with dissolve
|
||||||
|
|
||||||
F "Man, even Anon can do it better. Huh."
|
F "Man, even Anon can do it better. Huh."
|
||||||
|
|
||||||
F "So basically, fuck your stupid plan, {w=0.2}fuck your prom crown,{w=0.2} and fuck you."
|
F "So basically, fuck your stupid plan, {w=0.2}fuck your prom crown,{w=0.2} and fuck you."
|
||||||
|
@ -323,7 +346,7 @@ label chapter_13D:
|
||||||
linear 0.2 alpha 0
|
linear 0.2 alpha 0
|
||||||
with hpunch
|
with hpunch
|
||||||
#Johnny test whip sound effect
|
#Johnny test whip sound effect
|
||||||
F "...And your dress sucks."
|
F "{cps=*.1}...{/cps}And your dress sucks."
|
||||||
|
|
||||||
F "Anon, you’ve got the taxi number right? We’re gonna need to leave like, right now."
|
F "Anon, you’ve got the taxi number right? We’re gonna need to leave like, right now."
|
||||||
|
|
||||||
|
@ -334,15 +357,21 @@ label chapter_13D:
|
||||||
"We leave a speechless Naomi fuming in the kitchen and head towards the front door."
|
"We leave a speechless Naomi fuming in the kitchen and head towards the front door."
|
||||||
scene home fang night with fade
|
scene home fang night with fade
|
||||||
show fangmom neutral at fmleft with dissolve
|
show fangmom neutral at fmleft with dissolve
|
||||||
show fang d prom neutral flip at scenter with easeinright
|
show fang d prom neutral flip at scenter:
|
||||||
show anon prom neutral flip at aright with easeinright
|
xalign 3.0
|
||||||
"...And are promptly intercepted by Fang’s mother still holding her camera."
|
ease_cubic 1.7 xalign 0.5
|
||||||
|
show anon prom neutral flip at aleft:
|
||||||
|
xalign 3.0
|
||||||
|
ease_cubic 1.7 xalign 1.0
|
||||||
|
|
||||||
|
pause .2
|
||||||
|
A "{cps=*.1}...{/cps}And are promptly intercepted by Fang’s mother still holding her camera."
|
||||||
|
|
||||||
"I guess she found another card for it."
|
"I guess she found another card for it."
|
||||||
|
|
||||||
FM "You two look so darling together! We need more photos!"
|
FM "You two look so darling together! We need more photos!"
|
||||||
|
|
||||||
A "...I think we’re gonna be late if we take any more pictures."
|
A "{cps=*.15}...{/cps}I think we’re gonna be late if we take any more pictures."
|
||||||
|
|
||||||
F "Yeah mom, we need to leave early so I can get everything all set up."
|
F "Yeah mom, we need to leave early so I can get everything all set up."
|
||||||
|
|
||||||
|
@ -366,13 +395,29 @@ label chapter_13D:
|
||||||
|
|
||||||
"I manage a nod as Fang grabs my hand and leads me out the door with her guitar in the other."
|
"I manage a nod as Fang grabs my hand and leads me out the door with her guitar in the other."
|
||||||
|
|
||||||
|
window hide
|
||||||
|
window auto
|
||||||
|
|
||||||
|
show fang d prom flip neutral:
|
||||||
|
ease_cubic 2.1 xalign -3.6
|
||||||
|
show anon prom flip neutral:
|
||||||
|
ease_cubic 2.1 xalign -2.2
|
||||||
|
|
||||||
stop music fadeout 2
|
stop music fadeout 2
|
||||||
play ambient 'audio/effects/nightLoop.ogg' fadein 2
|
play ambient 'audio/effects/nightLoop.ogg' fadein 2
|
||||||
scene home fang outside night with fade
|
|
||||||
show fang d prom neutral at scenter with easeinleft
|
|
||||||
show anon prom neutral at aleft with easeinleft
|
|
||||||
|
|
||||||
A "Let me call the taxi…"
|
pause 1.25
|
||||||
|
scene home fang outside night with Dissolve(1.0)
|
||||||
|
show fang d prom neutral:
|
||||||
|
xalign -1.8
|
||||||
|
ease_cubic 2.2 xalign 0.5
|
||||||
|
show anon prom neutral:
|
||||||
|
xalign -1.8
|
||||||
|
ease_cubic 2.2 xalign 0.0
|
||||||
|
|
||||||
|
pause 0.65
|
||||||
|
|
||||||
|
A "Let me call the taxi{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
"I dial the number for the taxi service."
|
"I dial the number for the taxi service."
|
||||||
|
|
||||||
|
@ -417,6 +462,20 @@ label chapter_13D:
|
||||||
"Aren’t there {i}any other{/i} taxi drivers in this town?"
|
"Aren’t there {i}any other{/i} taxi drivers in this town?"
|
||||||
|
|
||||||
"I open the door for Fang and we climb in the back, fitting her guitar behind the driver’s seat."
|
"I open the door for Fang and we climb in the back, fitting her guitar behind the driver’s seat."
|
||||||
|
|
||||||
|
window hide
|
||||||
|
window auto
|
||||||
|
|
||||||
|
show anon:
|
||||||
|
ease_cubic 1.2 xalign 0.4
|
||||||
|
show fang:
|
||||||
|
ease_cubic 1.2 xalign 0.8
|
||||||
|
|
||||||
|
pause .2
|
||||||
|
hide fang d prom neutral with dissolve
|
||||||
|
hide anon prom neutral with dissolve
|
||||||
|
|
||||||
|
pause .3
|
||||||
scene taxi night with dissolve
|
scene taxi night with dissolve
|
||||||
D "So where’re you two lovebirds heading dressed all snazzy like that?"
|
D "So where’re you two lovebirds heading dressed all snazzy like that?"
|
||||||
|
|
||||||
|
@ -424,7 +483,7 @@ label chapter_13D:
|
||||||
|
|
||||||
"The driver gives a whistle in response."
|
"The driver gives a whistle in response."
|
||||||
|
|
||||||
D "Prom, huh? Sounds like one romantic night."
|
D "Prom, huh?{w=0.3} Sounds like one romantic night."
|
||||||
|
|
||||||
"With that he speeds off away, leaving Fang’s house a shrinking spot in the rear-view mirror."
|
"With that he speeds off away, leaving Fang’s house a shrinking spot in the rear-view mirror."
|
||||||
|
|
||||||
|
@ -454,7 +513,11 @@ label chapter_13D:
|
||||||
|
|
||||||
D "Just have fun, you two."
|
D "Just have fun, you two."
|
||||||
|
|
||||||
scene outside school night with fade
|
window hide
|
||||||
|
window auto
|
||||||
|
pause .5
|
||||||
|
|
||||||
|
scene outside school night with dissolve
|
||||||
|
|
||||||
play music "audio/effects/teenageCrowdFarLoop.ogg" fadein 1.0
|
play music "audio/effects/teenageCrowdFarLoop.ogg" fadein 1.0
|
||||||
|
|
||||||
|
@ -490,10 +553,16 @@ label chapter_13D:
|
||||||
"Thanks to her guitar lessons I feel like I can actually help get her set up instead of standing around doing nothing."
|
"Thanks to her guitar lessons I feel like I can actually help get her set up instead of standing around doing nothing."
|
||||||
|
|
||||||
"We slip behind the curtain and come face to face with King Rex, smoke billowing out of his mouth."
|
"We slip behind the curtain and come face to face with King Rex, smoke billowing out of his mouth."
|
||||||
show reed king rex flip behind anon with dissolve:
|
|
||||||
xalign 1.3 yalign 0.0
|
show fang:
|
||||||
show fang d prom neutral at sleft:
|
pause .1
|
||||||
ease_cubic 0.5 xalign -0.15
|
ease_cubic 0.6 xalign -0.15
|
||||||
|
show anon:
|
||||||
|
ease_cubic 0.6 xalign 1.05
|
||||||
|
show reed king rex flip behind anon, fang with dissolve:
|
||||||
|
xalign 1.5 yalign 0.0
|
||||||
|
ease_cubic 0.5 xalign 1.3
|
||||||
|
|
||||||
Re "...’Sup?"
|
Re "...’Sup?"
|
||||||
"Reed must be helping Spears with the sound system."
|
"Reed must be helping Spears with the sound system."
|
||||||
|
|
||||||
|
@ -550,6 +619,8 @@ label chapter_13D:
|
||||||
|
|
||||||
"Reed’s shoulders slump a bit inside the costume."
|
"Reed’s shoulders slump a bit inside the costume."
|
||||||
|
|
||||||
|
pause .5
|
||||||
|
|
||||||
A "I can imagine."
|
A "I can imagine."
|
||||||
|
|
||||||
show fang prom d neutral with dissolve
|
show fang prom d neutral with dissolve
|
||||||
|
@ -561,14 +632,19 @@ label chapter_13D:
|
||||||
A "Yeah, see you later Reed."
|
A "Yeah, see you later Reed."
|
||||||
|
|
||||||
"He waves his goodbye and turns his attention back to the mix table."
|
"He waves his goodbye and turns his attention back to the mix table."
|
||||||
|
show reed:
|
||||||
|
ease_cubic 0.5 xalign 1.6
|
||||||
hide reed king rex with dissolve
|
hide reed king rex with dissolve
|
||||||
|
|
||||||
|
|
||||||
F "You getting hungry?"
|
F "You getting hungry?"
|
||||||
|
|
||||||
A "Yeah, actually."
|
A "Yeah, actually."
|
||||||
|
|
||||||
F "I saw there was a pretty big food table on the way in, come on."
|
F "I saw there was a pretty big food table on the way in, come on."
|
||||||
|
|
||||||
scene black with fade
|
scene black with dissolve
|
||||||
|
pause .5
|
||||||
|
|
||||||
"Despite the selection of food being rather diverse and professional, Fang piles her plate with barbecue."
|
"Despite the selection of food being rather diverse and professional, Fang piles her plate with barbecue."
|
||||||
|
|
||||||
|
@ -644,11 +720,179 @@ label chapter_13D:
|
||||||
|
|
||||||
"I bob my knees to the fast rhythm of the music."
|
"I bob my knees to the fast rhythm of the music."
|
||||||
|
|
||||||
|
show anon prom neutral flip with move:
|
||||||
|
rotate_pad False
|
||||||
|
block:
|
||||||
|
linear 0.2 rotate 3
|
||||||
|
linear 0.3 yalign 0.0
|
||||||
|
|
||||||
|
linear 0.2 rotate -3
|
||||||
|
linear 0.3 yalign 0.1
|
||||||
|
pause .2
|
||||||
|
linear 0.12 xalign 1.02
|
||||||
|
linear 0.12 xalign 1.0
|
||||||
|
pause .2
|
||||||
|
|
||||||
|
repeat
|
||||||
|
|
||||||
"And my hands mimic the reload animations from various first person shooters I’ve actually played."
|
"And my hands mimic the reload animations from various first person shooters I’ve actually played."
|
||||||
|
|
||||||
|
show anon: #grand upper
|
||||||
|
rotate_pad False
|
||||||
|
rotate -2
|
||||||
|
xalign 1.0
|
||||||
|
block:
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 xalign 1.0-0.075
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 yalign -0.03
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
#ease_cubic 0.4 xalign 0.955
|
||||||
|
ease_cubic 0.3 xalign 1.0-0.095
|
||||||
|
pause 0.6
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 1.0 xalign 1.0
|
||||||
|
parallel:
|
||||||
|
xzoom 1.0
|
||||||
|
"anon prom neutral flip" with Dissolve(.1)
|
||||||
|
parallel:
|
||||||
|
easeout_cubic 0.3 yalign 0.23
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.1 yalign 0.24
|
||||||
|
ease_cubic 0.1 yalign 0.19
|
||||||
|
parallel:
|
||||||
|
pause .2
|
||||||
|
"anon prom neutral" with Dissolve(.1)
|
||||||
|
pause .1
|
||||||
|
easein_cubic 0.45 yalign 0.0
|
||||||
|
"anon prom neutral" with Dissolve(.5)
|
||||||
|
pause .2
|
||||||
|
linear .5 rotate 2
|
||||||
|
pause .2
|
||||||
|
|
||||||
|
block: # grand upper side swap
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 xalign 1.0+0.075
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 yalign -0.03
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
#ease_cubic 0.4 xalign 0.955
|
||||||
|
ease_cubic 0.3 xalign 1.0+0.095
|
||||||
|
pause 0.6
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 1.0 xalign 1.0
|
||||||
|
parallel:
|
||||||
|
xzoom 1.0
|
||||||
|
"anon prom neutral" with Dissolve(.1)
|
||||||
|
parallel:
|
||||||
|
easeout_cubic 0.3 yalign 0.23
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.1 yalign 0.24
|
||||||
|
ease_cubic 0.1 yalign 0.19
|
||||||
|
parallel:
|
||||||
|
pause .2
|
||||||
|
"anon prom neutral flip" with Dissolve(.1)
|
||||||
|
pause .1
|
||||||
|
easein_cubic 0.45 yalign 0.0
|
||||||
|
"anon prom neutral flip" with Dissolve(.5)
|
||||||
|
pause .2
|
||||||
|
linear .5 rotate -2
|
||||||
|
pause .2
|
||||||
|
|
||||||
|
repeat
|
||||||
|
|
||||||
"For good measure I spice it up with a couple dragon punch moves from some fightan cabinets."
|
"For good measure I spice it up with a couple dragon punch moves from some fightan cabinets."
|
||||||
|
|
||||||
show fang prom d happy with move:
|
show anon:
|
||||||
|
|
||||||
|
#
|
||||||
|
block:
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 xalign 1.0-0.075
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 yalign -0.03
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
#ease_cubic 0.4 xalign 0.955
|
||||||
|
ease_cubic 0.3 xalign 1.0-0.095
|
||||||
|
pause 0.6
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 1.0 xalign 1.0
|
||||||
|
parallel:
|
||||||
|
xzoom 1.0
|
||||||
|
"anon prom neutral flip" with Dissolve(.1)
|
||||||
|
parallel:
|
||||||
|
easeout_cubic 0.3 yalign 0.23
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.1 yalign 0.24
|
||||||
|
ease_cubic 0.1 yalign 0.19
|
||||||
|
parallel:
|
||||||
|
pause .2
|
||||||
|
"anon prom neutral" with Dissolve(.1)
|
||||||
|
pause .1
|
||||||
|
easein_cubic 0.45 yalign 0.0
|
||||||
|
"anon prom neutral" with Dissolve(.5)
|
||||||
|
pause .2
|
||||||
|
linear .5 rotate 2
|
||||||
|
pause .2
|
||||||
|
block: # grand upper side swap
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 xalign 1.0+0.075
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.4 yalign -0.03
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
#ease_cubic 0.4 xalign 0.955
|
||||||
|
ease_cubic 0.3 xalign 1.0+0.095
|
||||||
|
pause 0.6
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 1.0 xalign 1.0
|
||||||
|
parallel:
|
||||||
|
xzoom 1.0
|
||||||
|
"anon prom neutral" with Dissolve(.1)
|
||||||
|
parallel:
|
||||||
|
easeout_cubic 0.3 yalign 0.23
|
||||||
|
block:
|
||||||
|
parallel:
|
||||||
|
ease_cubic 0.1 yalign 0.24
|
||||||
|
ease_cubic 0.1 yalign 0.19
|
||||||
|
parallel:
|
||||||
|
pause .2
|
||||||
|
"anon prom neutral flip" with Dissolve(.1)
|
||||||
|
pause .1
|
||||||
|
easein_cubic 0.45 yalign 0.0
|
||||||
|
"anon prom neutral flip" with Dissolve(.5)
|
||||||
|
pause .2
|
||||||
|
linear .5 rotate -2
|
||||||
|
pause .2
|
||||||
|
|
||||||
|
#gun robot reload
|
||||||
|
block:
|
||||||
|
linear 0.2 rotate 3
|
||||||
|
linear 0.3 yalign 0.0
|
||||||
|
|
||||||
|
linear 0.2 rotate -3
|
||||||
|
linear 0.3 yalign 0.1
|
||||||
|
pause .2
|
||||||
|
linear 0.12 xalign 1.02
|
||||||
|
linear 0.12 xalign 1.0
|
||||||
|
pause .2
|
||||||
|
pause .2
|
||||||
|
|
||||||
|
repeat
|
||||||
|
|
||||||
"Fang seems glad I’ve joined in, she even tries to mimic a few of my ‘moves’."
|
"Fang seems glad I’ve joined in, she even tries to mimic a few of my ‘moves’."
|
||||||
|
|
||||||
|
@ -2616,9 +2860,9 @@ label chapter_13D:
|
||||||
|
|
||||||
F "But you’re leaving for college."
|
F "But you’re leaving for college."
|
||||||
|
|
||||||
F "So…"
|
F "So{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
F "I…{w=0.3} Want to do some thinking."
|
F "I{cps=*.1}...{/cps}Want to do some thinking."
|
||||||
|
|
||||||
A "More thinking? Wow, that’s new for you."
|
A "More thinking? Wow, that’s new for you."
|
||||||
|
|
||||||
|
@ -2626,7 +2870,7 @@ label chapter_13D:
|
||||||
|
|
||||||
show fang pendant happy with dissolve
|
show fang pendant happy with dissolve
|
||||||
|
|
||||||
F "...Ass…"
|
F "{cps=*.1}...{/cps}Ass{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
"Fang giggles as I fake like I’m on a soccer pitch."
|
"Fang giggles as I fake like I’m on a soccer pitch."
|
||||||
|
|
||||||
|
@ -2676,6 +2920,6 @@ label chapter_13D:
|
||||||
window hide
|
window hide
|
||||||
window auto
|
window auto
|
||||||
pause 2
|
pause 2
|
||||||
"..."
|
"{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue