Hide quick_menu in chapter selection

This commit is contained in:
Iggy 2024-08-23 17:45:04 -03:00
parent cee1984f4d
commit fef3b7beec

View file

@ -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