mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
prune pauses in ch1, add consistent intro & exit to B bonus chapters
This commit is contained in:
parent
eb6d309133
commit
7790d9c8a8
8 changed files with 756 additions and 593 deletions
BIN
game/audio/effects/vines.ogg
Normal file
BIN
game/audio/effects/vines.ogg
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -2,9 +2,11 @@
|
|||
|
||||
label chapter_x1:
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(2)
|
||||
play music 'audio/ost/prized bowling shoes.ogg' fadein 0.2
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
pause 1
|
||||
|
||||
"It’s a cool autumn’s evening and for some reason I’m squeezed in a car against Moe and Naser."
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ label chapter_x10:
|
|||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(1)
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
play music 'audio/ost/dino destiny reader.ogg'
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
label chapter_x2:
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
scene skinrow
|
||||
show anon neutral flip:
|
||||
|
@ -56,7 +57,10 @@ label chapter_x2:
|
|||
|
||||
F "Yeah, if you call crack ‘cultural’{cps=*.1}...{/cps}"
|
||||
|
||||
A "{cps=*.1}...{/cps}CULTURAL districts! I’ve been living here for almost seven months and I wouldn’t trade it for anywhere else in the state."
|
||||
A "{cps=*.1}...{/cps}CULTURAL districts!"
|
||||
pause .5
|
||||
|
||||
A "I’ve been living here for almost seven months and I wouldn’t trade it for anywhere else in the state."
|
||||
|
||||
show anon neutral flip with dissolve
|
||||
A "So let’s head on inside for the grand tour!"
|
||||
|
@ -376,7 +380,7 @@ label chapter_x2:
|
|||
stop music fadeout 4
|
||||
pause 2
|
||||
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
scene black with Dissolve(1.5)
|
||||
pause 2
|
||||
|
||||
return
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
label chapter_x4:
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(1)
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
# appreciating the scenery?
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
label chapter_x5:
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(1)
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
# skinrow soul?
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
label chapter_x6:
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(1)
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
A "You sure you got enough paper plates and stuff?"
|
||||
|
@ -1333,13 +1334,15 @@ label chapter_x6:
|
|||
Ro "Oh this was a most wonderful party, mis compadres!"
|
||||
|
||||
St "{i}Hai!{/i} It was so sweet, like one of my Japanese animes!"
|
||||
pause .5
|
||||
pause 1
|
||||
|
||||
T "{cps=*.5}{size=-10}I can’t breeve!{/size}{/cps}"
|
||||
pause .5
|
||||
T "{cps=*.3}{size=-10}I can’t breeve!{/size}{/cps}"
|
||||
|
||||
stop music fadeout 5
|
||||
pause 1
|
||||
|
||||
stop music fadeout 4
|
||||
scene black with Dissolve(2)
|
||||
pause .5
|
||||
|
||||
"{cps=*.1}...{/cps}"
|
||||
pause 2
|
||||
|
|
Loading…
Reference in a new issue