forked from Cavemanon/SnootGame
Final tweaks
This commit is contained in:
@ -4,9 +4,11 @@ label chapter_3:
|
||||
|
||||
# CH 3 SCENE 1 - Weapons of mass distraction
|
||||
|
||||
scene black with fade
|
||||
|
||||
"{cps=*0.2}-- One Week Later --{/cps}"
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
play music 'audio/OST/Appreciating the Atmosphere.ogg' fadein 1
|
||||
scene classroom with Dissolve(1.5)
|
||||
pause .5
|
||||
@ -873,9 +875,12 @@ label chapter_3:
|
||||
show stella considering with Dissolve(.25)
|
||||
pause 1
|
||||
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
# CH 3 SCENE 4 - It's almost Shakespearean
|
||||
|
||||
scene bandroom with Fade(1,0,1.5)
|
||||
scene bandroom with Dissolve(1)
|
||||
pause .5
|
||||
|
||||
"I slam into the band room door just as the late bell trills, panting and sweaty."
|
||||
@ -1295,15 +1300,21 @@ label chapter_3:
|
||||
A "FUCK!" with vpunch
|
||||
|
||||
F "Hurry up already."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.5
|
||||
|
||||
stop music fadeout 3
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
scene auditorium
|
||||
show reed neutral flip:
|
||||
yalign 0.1 xalign 1.6
|
||||
show trish neutral:
|
||||
yalign 0.0 xalign 0.85
|
||||
show dimmer_light behind trish, reed
|
||||
with Fade(1, 0, 1)
|
||||
with Dissolve(1)
|
||||
pause .5
|
||||
|
||||
"Inside, Reed and Trish already have everything set up onstage."
|
||||
@ -2272,9 +2283,11 @@ label chapter_3:
|
||||
pause .5
|
||||
|
||||
if persistent.lewd == True:
|
||||
scene lesbo with Fade(0, 0, 2)
|
||||
scene lesbo with Dissolve(2)
|
||||
pause 20.00
|
||||
scene black with Fade(1, 0, 0)
|
||||
scene black with Dissolve(1)
|
||||
|
||||
pause .5
|
||||
|
||||
"{cps=*.2}Fuck.{/cps}"
|
||||
|
||||
|
Reference in New Issue
Block a user