diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-03-31 14:34:21 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-03-31 14:34:21 +0200 |
commit | 65bfe9c4c3e09c0d9f5058dd899a82c6a47ec15d (patch) | |
tree | 06a24e13c2ece277a1146f5cb76b575ca731c879 /main.gd | |
parent | 218748f67a6a6b35efc4a732ad11426d0f528709 (diff) |
next commit
Diffstat (limited to 'main.gd')
-rw-r--r-- | main.gd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ extends Control func _ready() -> void: Network.connected.connect(_on_connected) + + %HostButton.grab_focus() func _on_button_pressed() -> void: |