Move tutorials to interface layer
This commit is contained in:
parent
82fec8bdcd
commit
384a4c67e5
@ -3,7 +3,7 @@ default _tooltip = None
|
|||||||
screen tooltip():
|
screen tooltip():
|
||||||
layer "interface"
|
layer "interface"
|
||||||
tag tooltip
|
tag tooltip
|
||||||
zorder 5
|
zorder 10
|
||||||
style_prefix "tooltip"
|
style_prefix "tooltip"
|
||||||
|
|
||||||
if settings.get("tooltip") and getattr(store, "_tooltip", None):
|
if settings.get("tooltip") and getattr(store, "_tooltip", None):
|
||||||
|
@ -35,6 +35,8 @@ label tutorial(entry):
|
|||||||
|
|
||||||
screen tutorial(entry):
|
screen tutorial(entry):
|
||||||
modal True
|
modal True
|
||||||
|
layer "interface"
|
||||||
|
zorder 5
|
||||||
|
|
||||||
add "gui_fade"
|
add "gui_fade"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user