forked from Cavemanon/SnootGame
rpy
This commit is contained in:
@ -81,6 +81,7 @@ label chapter_11D:
|
|||||||
|
|
||||||
A "Hey, Fang, you-"
|
A "Hey, Fang, you-"
|
||||||
|
|
||||||
|
show fang happy flip with dissolve
|
||||||
F "We’re going to prom together, right?"
|
F "We’re going to prom together, right?"
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
@ -200,14 +201,25 @@ label chapter_11D:
|
|||||||
|
|
||||||
play music "audio/OST/to_swagger.ogg" fadein 2
|
play music "audio/OST/to_swagger.ogg" fadein 2
|
||||||
scene hallway
|
scene hallway
|
||||||
show fang happy:
|
|
||||||
yalign 0.0 xalign 1.0
|
|
||||||
show anon neutral:
|
|
||||||
yalign 0.1 xalign 0.4
|
|
||||||
with Fade(1, 0, 1)
|
with Fade(1, 0, 1)
|
||||||
|
|
||||||
|
show fang happy:
|
||||||
|
xalign -1.2
|
||||||
|
yalign 0.0
|
||||||
|
ease_cubic 3.0 xalign 1.0
|
||||||
|
show anon neutral:
|
||||||
|
xalign -1.4
|
||||||
|
yalign 0.1
|
||||||
|
ease_cubic 3.0 xalign 0.4
|
||||||
|
with dissolve
|
||||||
|
#with easeinleft # Fade(1, 0, 1)
|
||||||
|
|
||||||
"We walk through the hall together, at least until we have to split to our separate classes."
|
"We walk through the hall together, at least until we have to split to our separate classes."
|
||||||
|
|
||||||
|
show fang:
|
||||||
|
xalign 1.0
|
||||||
|
show anon:
|
||||||
|
xalign 0.4
|
||||||
show anon shrug with Dissolve(.25)
|
show anon shrug with Dissolve(.25)
|
||||||
A "Hey wait, you did the word search bit this time, right?"
|
A "Hey wait, you did the word search bit this time, right?"
|
||||||
|
|
||||||
@ -230,16 +242,18 @@ label chapter_11D:
|
|||||||
window auto
|
window auto
|
||||||
|
|
||||||
show anon:
|
show anon:
|
||||||
easein 1 xalign 0.55
|
easein_cubic 1 xalign 0.55
|
||||||
show fang:
|
show fang:
|
||||||
easein 1 xalign 1.2
|
easein 1 xalign 1.2
|
||||||
with None
|
|
||||||
show spears neutral:
|
|
||||||
yalign 0.0 xalign -0.5
|
|
||||||
show spears:
|
show spears:
|
||||||
easein 1 xalign 0.0
|
yalign 0.0 xalign -0.8
|
||||||
|
xalign -0.8
|
||||||
|
easein 1.5 xalign 0.0
|
||||||
|
with None
|
||||||
|
pause 0.0001
|
||||||
show anon neutral flip behind fang
|
show anon neutral flip behind fang
|
||||||
show fang surprised flip
|
show fang surprised flip
|
||||||
|
show spears neutral
|
||||||
with dissolve
|
with dissolve
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
@ -250,6 +264,8 @@ label chapter_11D:
|
|||||||
|
|
||||||
Sp "Fang, I was planning on asking you during your next class, but since I found you here{cps=*.1}...{/cps}"
|
Sp "Fang, I was planning on asking you during your next class, but since I found you here{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
|
show fang neutral flip with dissolve
|
||||||
|
|
||||||
Sp "I’m embarrassed to say we’re missing one event slot during prom. Scheduling error."
|
Sp "I’m embarrassed to say we’re missing one event slot during prom. Scheduling error."
|
||||||
|
|
||||||
Sp "And your teacher, Mr Jingo, recommended you for your musical talents."
|
Sp "And your teacher, Mr Jingo, recommended you for your musical talents."
|
||||||
@ -280,9 +296,9 @@ label chapter_11D:
|
|||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show spears:
|
show spears:
|
||||||
easeout 1.2 xalign -0.9
|
easeout_cubic 1.2 xalign -0.9
|
||||||
pause .2
|
|
||||||
show spears happy flip with dissolve
|
show spears happy flip with dissolve
|
||||||
|
pause .2
|
||||||
hide spears with dissolve
|
hide spears with dissolve
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
@ -346,11 +362,13 @@ label chapter_11D:
|
|||||||
window auto
|
window auto
|
||||||
|
|
||||||
show fang:
|
show fang:
|
||||||
easeout_cubic 1.2 xalign 2.0
|
yalign 0.0
|
||||||
pause .2
|
xalign 1.2
|
||||||
|
easeout_cubic 1.4 xalign 2.4
|
||||||
show fang happy with dissolve
|
show fang happy with dissolve
|
||||||
|
pause .4
|
||||||
hide fang with dissolve
|
hide fang with dissolve
|
||||||
pause .5
|
pause .25
|
||||||
|
|
||||||
show anon grin with dissolve
|
show anon grin with dissolve
|
||||||
"I feel my lips spread into a grin. It’s kind of weird to think of it, but I’m actually excited for prom."
|
"I feel my lips spread into a grin. It’s kind of weird to think of it, but I’m actually excited for prom."
|
||||||
|
Reference in New Issue
Block a user