mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-30 07:01:50 +02:00
Hide quick_menu in chapter selection
This commit is contained in:
parent
cee1984f4d
commit
fef3b7beec
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,7 @@ define tuples_index = [
|
||||||
init python:
|
init python:
|
||||||
|
|
||||||
def select_chapter():
|
def select_chapter():
|
||||||
global current_chapter, is_end_reached
|
global current_chapter, is_end_reached, quick_menu
|
||||||
|
|
||||||
selected_tuple = ()
|
selected_tuple = ()
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ init python:
|
||||||
|
|
||||||
set_stats()
|
set_stats()
|
||||||
toggle_debug()
|
toggle_debug()
|
||||||
|
quick_menu = True
|
||||||
|
|
||||||
renpy.call(current_chapter)
|
renpy.call(current_chapter)
|
||||||
|
|
||||||
|
@ -91,6 +92,8 @@ label reset_chapter_list:
|
||||||
|
|
||||||
|
|
||||||
label chapter_select:
|
label chapter_select:
|
||||||
|
$ quick_menu = False
|
||||||
|
|
||||||
stop sound
|
stop sound
|
||||||
stop music fadeout 2
|
stop music fadeout 2
|
||||||
scene black with dissolve
|
scene black with dissolve
|
||||||
|
|
Loading…
Add table
Reference in a new issue