about summary refs log tree commit diff stats
path: root/client/Archipelago/textclient.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/Archipelago/textclient.gd')
-rw-r--r--client/Archipelago/textclient.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Archipelago/textclient.gd b/client/Archipelago/textclient.gd index 5e648f2..26831b4 100644 --- a/client/Archipelago/textclient.gd +++ b/client/Archipelago/textclient.gd
@@ -8,6 +8,7 @@ var is_open = false
8 8
9func _ready(): 9func _ready():
10 process_mode = ProcessMode.PROCESS_MODE_ALWAYS 10 process_mode = ProcessMode.PROCESS_MODE_ALWAYS
11 layer = 2
11 12
12 panel = Panel.new() 13 panel = Panel.new()
13 panel.set_name("Panel") 14 panel.set_name("Panel")