about summary refs log tree commit diff stats
path: root/apworld/client/manager.gd
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/client/manager.gd')
-rw-r--r--apworld/client/manager.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/apworld/client/manager.gd b/apworld/client/manager.gd index e7765dd..afa3ebe 100644 --- a/apworld/client/manager.gd +++ b/apworld/client/manager.gd
@@ -118,6 +118,7 @@ func _ready():
118 118
119 keyboard = SCRIPT_keyboard.new() 119 keyboard = SCRIPT_keyboard.new()
120 add_child(keyboard) 120 add_child(keyboard)
121 client.keyboard_update_received.connect(keyboard.remote_keyboard_updated)
121 122
122 123
123func saveSettings(): 124func saveSettings():