summaryrefslogtreecommitdiff
path: root/scenes/ClientUI.tscn
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-08-31 17:19:49 -0700
committerAnson Bridges <bridges.anson@gmail.com>2022-08-31 17:19:49 -0700
commite57103a4f99cdc0693471fe772dc7893ff65e855 (patch)
tree790c0767197adf7ffc6e61c4b059cfdff0c62b7b /scenes/ClientUI.tscn
parentd3998186c9795f2a85148cd5bcfa1bd5b6226cfb (diff)
added local servers
Diffstat (limited to 'scenes/ClientUI.tscn')
-rw-r--r--scenes/ClientUI.tscn1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/ClientUI.tscn b/scenes/ClientUI.tscn
index 0cd6b42..50b0a77 100644
--- a/scenes/ClientUI.tscn
+++ b/scenes/ClientUI.tscn
@@ -42,3 +42,4 @@ margin_bottom = 271.0
text = "Host Local Game"
[connection signal="pressed" from="ConnectButton" to="." method="_connect_btn"]
+[connection signal="pressed" from="LocalButton" to="." method="_run_local_server"]