diff options
Diffstat (limited to 'client/Archipelago/textclient.gd')
-rw-r--r-- | client/Archipelago/textclient.gd | 1 |
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 | ||
9 | func _ready(): | 9 | func _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") |