Detach console
This commit is contained in:
parent
e24b60514e
commit
ab9f072848
@ -209,7 +209,6 @@ define choice_width = int(config.screen_width/2)
|
||||
|
||||
screen choice(items, menu_yalign=.6):
|
||||
tag menu
|
||||
modal True
|
||||
zorder 0
|
||||
layer "interface"
|
||||
|
||||
|
@ -170,11 +170,10 @@ screen placeholder():
|
||||
add Placeholder("bg")
|
||||
add Placeholder("girl")
|
||||
|
||||
|
||||
init 999 python hide:
|
||||
def set_screen_layer(layer, *screens):
|
||||
for scr_name in screens:
|
||||
for _, scr in renpy.display.screen.get_all_screen_variants(scr_name):
|
||||
scr.layer = layer
|
||||
|
||||
set_screen_layer("interface", "_performance", "_image_load_log")
|
||||
set_screen_layer("interface", "_performance", "_image_load_log", "_console")
|
||||
|
Loading…
Reference in New Issue
Block a user