Detach console

This commit is contained in:
LoafyLemon 2024-05-16 15:59:33 +01:00
parent e24b60514e
commit ab9f072848
2 changed files with 1 additions and 3 deletions

View File

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

View File

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