mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
rpy
This commit is contained in:
parent
6c3f269fc8
commit
7b1bcb0952
1 changed files with 36 additions and 18 deletions
|
@ -81,6 +81,7 @@ label chapter_11D:
|
|||
|
||||
A "Hey, Fang, you-"
|
||||
|
||||
show fang happy flip with dissolve
|
||||
F "We’re going to prom together, right?"
|
||||
pause .5
|
||||
|
||||
|
@ -200,14 +201,25 @@ label chapter_11D:
|
|||
|
||||
play music "audio/OST/to_swagger.ogg" fadein 2
|
||||
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)
|
||||
|
||||
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."
|
||||
|
||||
show fang:
|
||||
xalign 1.0
|
||||
show anon:
|
||||
xalign 0.4
|
||||
show anon shrug with Dissolve(.25)
|
||||
A "Hey wait, you did the word search bit this time, right?"
|
||||
|
||||
|
@ -230,16 +242,18 @@ label chapter_11D:
|
|||
window auto
|
||||
|
||||
show anon:
|
||||
easein 1 xalign 0.55
|
||||
easein_cubic 1 xalign 0.55
|
||||
show fang:
|
||||
easein 1 xalign 1.2
|
||||
with None
|
||||
show spears neutral:
|
||||
yalign 0.0 xalign -0.5
|
||||
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 fang surprised flip
|
||||
show spears neutral
|
||||
with dissolve
|
||||
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}"
|
||||
|
||||
show fang neutral flip with dissolve
|
||||
|
||||
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."
|
||||
|
@ -280,9 +296,9 @@ label chapter_11D:
|
|||
pause .5
|
||||
|
||||
show spears:
|
||||
easeout 1.2 xalign -0.9
|
||||
pause .2
|
||||
easeout_cubic 1.2 xalign -0.9
|
||||
show spears happy flip with dissolve
|
||||
pause .2
|
||||
hide spears with dissolve
|
||||
pause .5
|
||||
|
||||
|
@ -346,11 +362,13 @@ label chapter_11D:
|
|||
window auto
|
||||
|
||||
show fang:
|
||||
easeout_cubic 1.2 xalign 2.0
|
||||
pause .2
|
||||
yalign 0.0
|
||||
xalign 1.2
|
||||
easeout_cubic 1.4 xalign 2.4
|
||||
show fang happy with dissolve
|
||||
pause .4
|
||||
hide fang with dissolve
|
||||
pause .5
|
||||
pause .25
|
||||
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue