diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-10-27 13:36:16 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-10-27 13:36:16 -0400 |
commit | 5d4df9284173c457dfa70da67f3274a4069abc92 (patch) | |
tree | eac3b24a8de6a1301f601de44ba463931362bdd6 /Archipelago/textclient.gd | |
parent | 3d7efa558252e9c3e0ef5d2708c525ad06ae5e86 (diff) | |
download | lingo-archipelago-main.tar.gz lingo-archipelago-main.tar.bz2 lingo-archipelago-main.zip |
Diffstat (limited to 'Archipelago/textclient.gd')
-rw-r--r-- | Archipelago/textclient.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Archipelago/textclient.gd b/Archipelago/textclient.gd index 003ef8d..3abd9e0 100644 --- a/Archipelago/textclient.gd +++ b/Archipelago/textclient.gd | |||
@@ -25,6 +25,7 @@ func _ready(): | |||
25 | label.margin_top = 80 | 25 | label.margin_top = 80 |
26 | label.margin_bottom = 720 | 26 | label.margin_bottom = 720 |
27 | label.scroll_following = true | 27 | label.scroll_following = true |
28 | label.selection_enabled = true | ||
28 | panel.add_child(label) | 29 | panel.add_child(label) |
29 | 30 | ||
30 | var dynamic_font = DynamicFont.new() | 31 | var dynamic_font = DynamicFont.new() |