mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Add more safegaurds when entering the chapter select, rephrase some chapter select text
This commit is contained in:
parent
ee3f8b7152
commit
0ceae541a5
1 changed files with 14 additions and 3 deletions
|
@ -134,12 +134,23 @@ label chapter_select:
|
||||||
$ anon_points = 0
|
$ anon_points = 0
|
||||||
$ fang_points = 0
|
$ fang_points = 0
|
||||||
|
|
||||||
|
camera:
|
||||||
|
yanchor 0.0 xanchor 0.0 rotate None zoom 1.0
|
||||||
|
matrixcolor None
|
||||||
|
|
||||||
|
stop ambient
|
||||||
|
stop ambient1
|
||||||
|
stop ambient2
|
||||||
|
stop ambient3
|
||||||
stop sound
|
stop sound
|
||||||
stop music fadeout 2
|
stop music
|
||||||
scene black with dissolve
|
stop music1
|
||||||
|
stop music2
|
||||||
|
scene black
|
||||||
|
with dissolve
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
"Initialize scores:"
|
"What ending do you want to lock to?"
|
||||||
|
|
||||||
"Ending 1":
|
"Ending 1":
|
||||||
pass # Since points are already initialized at 0
|
pass # Since points are already initialized at 0
|
||||||
|
|
Loading…
Reference in a new issue