diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-08-31 17:19:49 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-08-31 17:19:49 -0700 |
| commit | e57103a4f99cdc0693471fe772dc7893ff65e855 (patch) | |
| tree | 790c0767197adf7ffc6e61c4b059cfdff0c62b7b /scenes/ClientUI.tscn | |
| parent | d3998186c9795f2a85148cd5bcfa1bd5b6226cfb (diff) | |
added local servers
Diffstat (limited to 'scenes/ClientUI.tscn')
| -rw-r--r-- | scenes/ClientUI.tscn | 1 |
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"] |
