Kinetic text
This commit is contained in:
parent
62e2393fef
commit
e01a955afa
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -78,7 +78,7 @@ label cc_gt_return:
|
|||||||
|
|
||||||
cho "[_gold]!" ("clench", "closed", "base", "mid")
|
cho "[_gold]!" ("clench", "closed", "base", "mid")
|
||||||
play sound "sounds/gulp.ogg"
|
play sound "sounds/gulp.ogg"
|
||||||
gen "*Gulp*..." ("angry", xpos="far_left", ypos="head")
|
gen "{bounce}*Gulp*{/bounce}" ("angry", xpos="far_left", ypos="head")
|
||||||
gen "Surely there must be some spare brooms around the castle." ("angry", xpos="far_left", ypos="head")
|
gen "Surely there must be some spare brooms around the castle." ("angry", xpos="far_left", ypos="head")
|
||||||
cho "I assure you... Even the brooms provided for flying lessons are terrible." ("disgust", "narrow", "angry", "mid")
|
cho "I assure you... Even the brooms provided for flying lessons are terrible." ("disgust", "narrow", "angry", "mid")
|
||||||
gen "I'm sure they're fine..." ("base", xpos="far_left", ypos="head")
|
gen "I'm sure they're fine..." ("base", xpos="far_left", ypos="head")
|
||||||
|
@ -278,7 +278,7 @@ label hufflepuff_match:
|
|||||||
call her_chibi("stand", 300, 400, flip=True) # Temp Bugfix
|
call her_chibi("stand", 300, 400, flip=True) # Temp Bugfix
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
her "Good Morning everyone, and welcome to the i-inaugural--" ("soft", "base", "worried", "mid", flip=True, xpos=290, ypos="base", trans=d3)
|
her "Good morning everyone, and welcome to the i-inaugural--" ("soft", "base", "worried", "mid", flip=True, xpos=290, ypos="base", trans=d3)
|
||||||
her "" ("normal", "base", "worried", "mid")
|
her "" ("normal", "base", "worried", "mid")
|
||||||
sna "Speak up girl! And would it kill you to enunciate?!" ("snape_03", ypos="head")
|
sna "Speak up girl! And would it kill you to enunciate?!" ("snape_03", ypos="head")
|
||||||
her "*Grrr*" ("mad", "narrow", "angry", "R")
|
her "*Grrr*" ("mad", "narrow", "angry", "R")
|
||||||
@ -495,7 +495,7 @@ label hufflepuff_match:
|
|||||||
call gen_chibi("stand", 240, 400, flip=True)
|
call gen_chibi("stand", 240, 400, flip=True)
|
||||||
with d3
|
with d3
|
||||||
|
|
||||||
gen "But they'll never take away our freedom!" ("angry")
|
gen "But they'll never take away {shake}our freedom!{/shake}" ("angry")
|
||||||
|
|
||||||
hide genie
|
hide genie
|
||||||
call quidditch_stands(crowd_react=[None, None, None], spotlight=False)
|
call quidditch_stands(crowd_react=[None, None, None], spotlight=False)
|
||||||
@ -528,7 +528,7 @@ label hufflepuff_match:
|
|||||||
with d3
|
with d3
|
||||||
|
|
||||||
nar "A confused murmur falls over the crowd."
|
nar "A confused murmur falls over the crowd."
|
||||||
gen "Ugh..." ("base")
|
gen "*Ugh*..." ("base")
|
||||||
|
|
||||||
play sound "sounds/microphone_feedback.ogg"
|
play sound "sounds/microphone_feedback.ogg"
|
||||||
gen "Is this thing on?" ("base")
|
gen "Is this thing on?" ("base")
|
||||||
@ -586,7 +586,7 @@ label hufflepuff_match:
|
|||||||
with d3
|
with d3
|
||||||
pause .8
|
pause .8
|
||||||
|
|
||||||
her "Ugh... thank you for that, professor Dumbledore..." ("soft", "narrow", "base", "R_soft", flip=True, xpos=290, ypos="base", trans=d3)
|
her "*Ugh*... Thank you for that, professor Dumbledore..." ("soft", "narrow", "base", "R_soft", flip=True, xpos=290, ypos="base", trans=d3)
|
||||||
her "Now, to get this game underway!" ("open", "closed", "base", "mid")
|
her "Now, to get this game underway!" ("open", "closed", "base", "mid")
|
||||||
|
|
||||||
# Player introduction
|
# Player introduction
|
||||||
@ -619,7 +619,7 @@ label hufflepuff_match:
|
|||||||
with d3
|
with d3
|
||||||
pause .1
|
pause .1
|
||||||
|
|
||||||
her "*grrrrr*"
|
her "*Grrrrr*"
|
||||||
|
|
||||||
call quidditch_stands(crowd_react=[None, None, None])
|
call quidditch_stands(crowd_react=[None, None, None])
|
||||||
with d3
|
with d3
|
||||||
@ -672,7 +672,7 @@ label hufflepuff_match:
|
|||||||
qcr "START THE GAME! START THE GAME!"
|
qcr "START THE GAME! START THE GAME!"
|
||||||
nar "Hermione's voice eventually gets drowned out by the growing restlessness of the crowd."
|
nar "Hermione's voice eventually gets drowned out by the growing restlessness of the crowd."
|
||||||
her "" ("normal", "base", "base", "mid", xpos=290, ypos="base", flip=True)
|
her "" ("normal", "base", "base", "mid", xpos=290, ypos="base", flip=True)
|
||||||
her "Ugh, fine...{w=0.3} If everyone wants us to begin play without knowing {b}a single thing{/b}...{w=0.8} then that's {b}OK!{/b}" ("annoyed", "narrow", "annoyed", "R", trans=d3)
|
her "*Ugh*, fine...{w=0.3} If everyone wants us to begin play without knowing {b}a single thing{/b}...{w=0.8} then that's {b}OK!{/b}" ("annoyed", "narrow", "annoyed", "R", trans=d3)
|
||||||
her "A good commentator knows when to accommodate for a crowd's impatience!" ("soft", "closed", "base", "mid")
|
her "A good commentator knows when to accommodate for a crowd's impatience!" ("soft", "closed", "base", "mid")
|
||||||
hide hermione_main
|
hide hermione_main
|
||||||
with d3
|
with d3
|
||||||
@ -722,7 +722,7 @@ label hufflepuff_match:
|
|||||||
call ctc
|
call ctc
|
||||||
|
|
||||||
her @ cheeks blush "" ("open", "wide", "worried", "shocked")
|
her @ cheeks blush "" ("open", "wide", "worried", "shocked")
|
||||||
qcr "!!!" # [screenshake?]
|
qcr "{shudder}!!!{/shudder}"
|
||||||
play background "sounds/crowd.ogg" fadein 2
|
play background "sounds/crowd.ogg" fadein 2
|
||||||
mal "..."
|
mal "..."
|
||||||
play sound "sounds/murmur.ogg"
|
play sound "sounds/murmur.ogg"
|
||||||
@ -868,7 +868,7 @@ label hufflepuff_match:
|
|||||||
with d3
|
with d3
|
||||||
|
|
||||||
her "Oh no!" ("clench", "happyCl", "worried", "mid")
|
her "Oh no!" ("clench", "happyCl", "worried", "mid")
|
||||||
sna "{size=+4}HA-HA-HA-HA!!{/size}" ("snape_28", ypos="head")
|
sna "{shake}HA-HA-HA-HA!!{/shake}" ("snape_28", ypos="head")
|
||||||
her "Somebody on the Ravenclaw team just got hit by a bludger!" ("open", "base", "worried", "L")
|
her "Somebody on the Ravenclaw team just got hit by a bludger!" ("open", "base", "worried", "L")
|
||||||
gen "What an amazing turn of events!" ("grin", xpos="far_left", ypos="head")
|
gen "What an amazing turn of events!" ("grin", xpos="far_left", ypos="head")
|
||||||
sna "See, I told you!" ("snape_22", ypos="head")
|
sna "See, I told you!" ("snape_22", ypos="head")
|
||||||
@ -954,7 +954,7 @@ label hufflepuff_match:
|
|||||||
her "playing the game?" ("smile", "closed", "base", "mid")
|
her "playing the game?" ("smile", "closed", "base", "mid")
|
||||||
cho "The game is over, you dipstick!" ("scream", "narrow", "angry", "L")
|
cho "The game is over, you dipstick!" ("scream", "narrow", "angry", "L")
|
||||||
cho "" ("mad", "narrow", "angry", "L")
|
cho "" ("mad", "narrow", "angry", "L")
|
||||||
her "What? Already?" ("shock", "wide", "worried", "stare")
|
her "{shudder}What?{/shudder} Already?" ("shock", "wide", "worried", "stare")
|
||||||
her "But who caught the Snitch?" ("open", "wide", "base", "stare")
|
her "But who caught the Snitch?" ("open", "wide", "base", "stare")
|
||||||
cho "" ("upset", "narrow", "angry", "L")
|
cho "" ("upset", "narrow", "angry", "L")
|
||||||
|
|
||||||
@ -983,7 +983,6 @@ label hufflepuff_match:
|
|||||||
cho "" ("annoyed", "narrow", "angry", "L")
|
cho "" ("annoyed", "narrow", "angry", "L")
|
||||||
her "Cho Chang managed to catch the snitch..." ("smile", "happyCl", "base", "mid")
|
her "Cho Chang managed to catch the snitch..." ("smile", "happyCl", "base", "mid")
|
||||||
her "With the help of her ridiculously short skirt!" ("crooked_smile", "base", "angry", "mid")
|
her "With the help of her ridiculously short skirt!" ("crooked_smile", "base", "angry", "mid")
|
||||||
#cho "{size=+10}!!!{/size}" ("clench", "closed", "angry", "mid")
|
|
||||||
hide hermione_main
|
hide hermione_main
|
||||||
with d3
|
with d3
|
||||||
cho @ cheeks heavy_blush "" ("normal", "wide", "base", "L")
|
cho @ cheeks heavy_blush "" ("normal", "wide", "base", "L")
|
||||||
|
Loading…
Reference in New Issue
Block a user