summaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'main.gd')
-rw-r--r--main.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.gd b/main.gd
index 9d5d157..cc4be3f 100644
--- a/main.gd
+++ b/main.gd
@@ -3,6 +3,8 @@ extends Control
func _ready() -> void:
Network.connected.connect(_on_connected)
+
+ %HostButton.grab_focus()
func _on_button_pressed() -> void: