forked from Cavemanon/SnootGame
Changed, tweaked, and added window fading to several chapters. Fixed a bathroom5.
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
label chapter_x2:
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
@ -24,6 +23,8 @@ label chapter_x2:
|
||||
pause 2
|
||||
|
||||
A "Right, you’re recording?"
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
# appreciating the moment
|
||||
@ -64,6 +65,8 @@ label chapter_x2:
|
||||
|
||||
show anon neutral flip with dissolve
|
||||
A "So let’s head on inside for the grand tour!"
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene room anon day alt
|
||||
@ -96,6 +99,8 @@ label chapter_x2:
|
||||
pause .5
|
||||
|
||||
A "Anyways, make sure you get a good pan view of the apartment."
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
show anon shrug behind viewfinder:
|
||||
@ -152,6 +157,8 @@ label chapter_x2:
|
||||
F "Among other things."
|
||||
|
||||
A "Fang! How vulgar!"
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
show anon:
|
||||
@ -189,6 +196,8 @@ label chapter_x2:
|
||||
|
||||
show anon neutral flip with dissolve
|
||||
A "And done."
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
hide rec
|
||||
@ -255,6 +264,8 @@ label chapter_x2:
|
||||
play music 'audio/ost/bayside bumming it.ogg'
|
||||
show anon unimpressed flip with dissolve
|
||||
A "One moment, I need to use the bathroom."
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
show fang behind anon
|
||||
@ -264,7 +275,11 @@ label chapter_x2:
|
||||
hide anon with dissolve
|
||||
|
||||
play sound 'audio/effects/doorslam.ogg'
|
||||
pause .1
|
||||
window show Dissolve(0.0001)
|
||||
"{b}*SLAM*{/b}" with vpunch
|
||||
window hide
|
||||
window auto
|
||||
|
||||
show fang happy flip with dissolve
|
||||
pause .5
|
||||
@ -339,7 +354,10 @@ label chapter_x2:
|
||||
"*click*"
|
||||
|
||||
play sound 'audio/effects/doorslam.ogg'
|
||||
"*woosh {b}SLAM{/b}*" with vpunch
|
||||
"*woosh {nw}"
|
||||
extend "{b}SLAM{/b}*" with vpunch
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
show anon sad behind viewfinder:
|
||||
@ -371,6 +389,8 @@ label chapter_x2:
|
||||
easein_cubic 1 xalign 0.4
|
||||
show anon pissed with Dissolve(.25)
|
||||
A "Fang I swear to fu- Get back here!"
|
||||
window hide
|
||||
window auto
|
||||
|
||||
show anon:
|
||||
easeout_cubic 1 xalign 1.5
|
||||
|
Reference in New Issue
Block a user