mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01: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:
|
||||
|
||||
def select_chapter():
|
||||
global current_chapter, is_end_reached
|
||||
global current_chapter, is_end_reached, quick_menu
|
||||
|
||||
selected_tuple = ()
|
||||
|
||||
|
@ -41,6 +41,7 @@ init python:
|
|||
|
||||
set_stats()
|
||||
toggle_debug()
|
||||
quick_menu = True
|
||||
|
||||
renpy.call(current_chapter)
|
||||
|
||||
|
@ -91,6 +92,8 @@ label reset_chapter_list:
|
|||
|
||||
|
||||
label chapter_select:
|
||||
$ quick_menu = False
|
||||
|
||||
stop sound
|
||||
stop music fadeout 2
|
||||
scene black with dissolve
|
||||
|
|
Loading…
Reference in a new issue