mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
fix stella being absent from the ch5 gardening club lineup scene
This commit is contained in:
parent
f26f3811dc
commit
8c430b8d09
1 changed files with 27 additions and 9 deletions
|
@ -266,16 +266,23 @@ label chapter_5:
|
||||||
play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' fadein 1.0
|
play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' fadein 1.0
|
||||||
scene garden
|
scene garden
|
||||||
show spears neutral flip:
|
show spears neutral flip:
|
||||||
xalign 1.2 yalign 0.0
|
xalign 1.2 yalign 0.0
|
||||||
show anon neutral:
|
show anon neutral:
|
||||||
xalign -0.25 yalign 0.1
|
xalign -0.25 yalign 0.1
|
||||||
show fang neutral behind anon:
|
show fang neutral behind anon:
|
||||||
xalign 0.0 yalign 0.0
|
xalign -0.225 yalign 0.0
|
||||||
show rosa neutral behind fang:
|
show stella neutral behind fang:
|
||||||
xalign 0.5 yalign 0.2
|
xalign 0.35 yalign 0.1
|
||||||
|
show rosa neutral behind stella:
|
||||||
|
xalign 0.5 yalign 0.2
|
||||||
with Fade(1,0,1)
|
with Fade(1,0,1)
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
|
# show anon neutral:
|
||||||
|
# xalign -0.25 yalign 0.1
|
||||||
|
# show fang neutral behind anon:
|
||||||
|
# xalign 0.0 yalign 0.0
|
||||||
|
|
||||||
Sp "I’m glad you could make it,{w=.2} Anon.{w=.4} I think that’s just about everyone."
|
Sp "I’m glad you could make it,{w=.2} Anon.{w=.4} I think that’s just about everyone."
|
||||||
|
|
||||||
"Not that he gave me much of a choice."
|
"Not that he gave me much of a choice."
|
||||||
|
@ -294,7 +301,7 @@ label chapter_5:
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show rosa:
|
show rosa:
|
||||||
easein 1 xalign 0.9
|
easein 1 xalign 1.2
|
||||||
pause .5
|
pause .5
|
||||||
show rosa considering flip with Dissolve(.25)
|
show rosa considering flip with Dissolve(.25)
|
||||||
pause .25
|
pause .25
|
||||||
|
@ -313,9 +320,13 @@ label chapter_5:
|
||||||
show fang considering with Dissolve(.25)
|
show fang considering with Dissolve(.25)
|
||||||
F "{i}{cps=*.2}*groan*{/cps}{/i}"
|
F "{i}{cps=*.2}*groan*{/cps}{/i}"
|
||||||
|
|
||||||
show rosa neutral flip
|
show stella behind rosa:
|
||||||
|
easein 1 xalign 0.65
|
||||||
|
show stella neutral flip with Dissolve(.25)
|
||||||
|
pause .5
|
||||||
|
show stella explanatory flip
|
||||||
St "Make sure you all get a pair of gloves,{w=.5} and to return them before you leave!"
|
St "Make sure you all get a pair of gloves,{w=.5} and to return them before you leave!"
|
||||||
show rosa considering flip with Dissolve(.25)
|
show stella neutral flip with Dissolve(.25)
|
||||||
|
|
||||||
show fang:
|
show fang:
|
||||||
easein .5 yalign 0.075
|
easein .5 yalign 0.075
|
||||||
|
@ -324,14 +335,16 @@ label chapter_5:
|
||||||
|
|
||||||
show rosa neutral flip
|
show rosa neutral flip
|
||||||
Ro "Fingerless don’t count."
|
Ro "Fingerless don’t count."
|
||||||
|
show rosa considering flip with Dissolve(.25)
|
||||||
|
|
||||||
show fang:
|
show fang:
|
||||||
easein .5 yalign 0.0
|
easein .5 yalign 0.0
|
||||||
show fang unimpressed with Dissolve(.25)
|
show fang unimpressed with Dissolve(.25)
|
||||||
"Fang lowers her hand."
|
"Fang lowers her hand."
|
||||||
|
|
||||||
|
show stella explanatory flip
|
||||||
St "You should all pair off now to split the work evenly,{w=.4} decide amongst yourselves."
|
St "You should all pair off now to split the work evenly,{w=.4} decide amongst yourselves."
|
||||||
show rosa considering flip with Dissolve(.25)
|
show stella neutral flip with Dissolve(.25)
|
||||||
|
|
||||||
stop music fadeout 3
|
stop music fadeout 3
|
||||||
show rosa:
|
show rosa:
|
||||||
|
@ -339,6 +352,11 @@ label chapter_5:
|
||||||
pause .2
|
pause .2
|
||||||
show rosa considering with Dissolve(.25)
|
show rosa considering with Dissolve(.25)
|
||||||
hide rosa with dissolve
|
hide rosa with dissolve
|
||||||
|
show stella:
|
||||||
|
easeout 1 xalign 1.2
|
||||||
|
pause .2
|
||||||
|
show stella neutral with Dissolve(.25)
|
||||||
|
hide stella with dissolve
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
"Even in detention,{w=.4} the partner curse haunts me."
|
"Even in detention,{w=.4} the partner curse haunts me."
|
||||||
|
|
Loading…
Reference in a new issue