summaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-03-31 14:34:21 +0200
committerDaniel Weipert <git@mail.dweipert.de>2025-03-31 14:34:21 +0200
commit65bfe9c4c3e09c0d9f5058dd899a82c6a47ec15d (patch)
tree06a24e13c2ece277a1146f5cb76b575ca731c879 /main.gd
parent218748f67a6a6b35efc4a732ad11426d0f528709 (diff)
next commit
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: