Hide quick_menu in chapter selection
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user