summaryrefslogtreecommitdiff
path: root/scenes/ClientUI.tscn
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-09-02 23:12:33 -0700
committerAnson Bridges <bridges.anson@gmail.com>2022-09-02 23:12:33 -0700
commit4d51178d32e07c070c61aa7567856bec7eda3639 (patch)
tree7ef4884dd2221340f9c1ed96bd0f52c761ae9fb0 /scenes/ClientUI.tscn
parent0939d84e611f1c63fd5805339a2f777251fb1653 (diff)
hit/killsounds, swimming, main menu, fixed explosion physics
Diffstat (limited to 'scenes/ClientUI.tscn')
-rw-r--r--scenes/ClientUI.tscn45
1 files changed, 0 insertions, 45 deletions
diff --git a/scenes/ClientUI.tscn b/scenes/ClientUI.tscn
deleted file mode 100644
index 50b0a77..0000000
--- a/scenes/ClientUI.tscn
+++ /dev/null
@@ -1,45 +0,0 @@
-[gd_scene load_steps=2 format=2]
-
-[ext_resource path="res://scripts/ClientUI.gd" type="Script" id=1]
-
-[node name="ClientUI" type="Node2D"]
-script = ExtResource( 1 )
-
-[node name="IP" type="LineEdit" parent="."]
-margin_left = 23.0
-margin_top = 25.0
-margin_right = 119.0
-margin_bottom = 49.0
-text = "127.0.0.1"
-
-[node name="Port" type="SpinBox" parent="."]
-margin_left = 132.0
-margin_top = 25.0
-margin_right = 206.0
-margin_bottom = 49.0
-max_value = 65536.0
-value = 25565.0
-
-[node name="Name" type="LineEdit" parent="."]
-margin_left = 23.0
-margin_top = 69.0
-margin_right = 206.0
-margin_bottom = 93.0
-text = "PlayerName"
-
-[node name="ConnectButton" type="Button" parent="."]
-margin_left = 23.0
-margin_top = 113.0
-margin_right = 209.0
-margin_bottom = 138.0
-text = "Connect"
-
-[node name="LocalButton" type="Button" parent="."]
-margin_left = 23.0
-margin_top = 251.0
-margin_right = 209.0
-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"]