forked from SilverStudioGames/WTS
Bug fix
* Fixed Tonks' fuming animation during quidditch
This commit is contained in:
parent
9b771d1a77
commit
acfba4a43a
@ -697,28 +697,19 @@ label gryffindor_match:
|
||||
hide hermione_main
|
||||
with d3
|
||||
|
||||
ton "{size=-4}She's sure improved a lot on her commentating since the first game.{/size}" ("base", "narrow", "base", "R") #whisper
|
||||
ton "{size=-4}She's sure improved a lot on her commentating since the first game.{/size}" ("base", "narrow", "base", "R", xpos="far_right", ypos="head", flip=False) #whisper
|
||||
sna "{size=-4}She's clearly got a bias towards her own house...{/size}" ("snape_01")
|
||||
ton "{size=-4}Don't you start--{/size}" ("soft", "narrow", "annoyed", "R")
|
||||
">Ignoring the two, you look up towards Cho who is fidgeting around a bit on her new broom."
|
||||
ton "{size=-4}Didn't you give some Slytherin girl fifty points the other night--{/size}" ("soft", "narrow", "annoyed", "R")
|
||||
sna "{size=-4}*Ahem*...{w=0.4} Voice down, please {b}Nymphadora{/b}.{/size}" ("snape_14")
|
||||
|
||||
ton "{nw}" ("mad", "wide", "annoyed", "stare", xpos="far_right", ypos=200) #fuming
|
||||
$ tonks.animation = shake
|
||||
$ tonks.set_body_hue(280)
|
||||
$ renpy.sound.play("sounds/kettle.ogg")
|
||||
$ tonks.set_body_hue(280) # Turn tonks purple
|
||||
with Dissolve(3.0)
|
||||
pause 3.0
|
||||
hide tonks_main
|
||||
#ton "" ("base", "base", "base", "mid")
|
||||
sna "..." ("snape_25") #Oh shit... face
|
||||
ton "What did I tell you about calling me--" ("mad", "wide", "annoyed", "mid", xpos="far_right", ypos=200)
|
||||
ton "What did I tell you about calling me--" ("mad", "wide", "annoyed", "mid", animation=shake) with d9 #fuming
|
||||
gen "I'm trying to watch the game here..." ("base", xpos="far_left", ypos="head")
|
||||
$ tonks.animation = None
|
||||
$ tonks.set_body_hue(0)
|
||||
with d9
|
||||
ton "He started it..." ("mad", "narrow", "annoyed", "mid", ypos="head")
|
||||
ton "He started it..." ("mad", "narrow", "annoyed", "mid", animation=None)
|
||||
sna "No, you did!" ("snape_17")
|
||||
gen "*Sigh* Like children." ("base", xpos="far_left", ypos="head")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user