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