summaryrefslogtreecommitdiff
path: root/godot/ui/HUD.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/ui/HUD.tscn')
-rw-r--r--godot/ui/HUD.tscn17
1 files changed, 17 insertions, 0 deletions
diff --git a/godot/ui/HUD.tscn b/godot/ui/HUD.tscn
index 5299b14..0c1538f 100644
--- a/godot/ui/HUD.tscn
+++ b/godot/ui/HUD.tscn
@@ -54,6 +54,10 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
+margin_left = -4.0
+margin_top = -6.0
+margin_right = 4.0
+margin_bottom = 8.0
text = "+"
[node name="ServerJoinMenu" type="Control" parent="."]
@@ -215,6 +219,19 @@ volume_db = 5.244
stream = ExtResource( 4 )
volume_db = 5.244
+[node name="UseProgress" type="ProgressBar" parent="."]
+visible = false
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+margin_left = -21.0
+margin_top = 6.0
+margin_right = 20.0
+margin_bottom = 11.0
+max_value = 1.0
+percent_visible = false
+
[connection signal="pressed" from="ServerJoinMenu/JoinTeam1" to="." method="ui_join_red"]
[connection signal="pressed" from="ServerJoinMenu/JoinTeam2" to="." method="ui_join_blue"]
[connection signal="pressed" from="ServerJoinMenu/Disconnect" to="." method="_ui_disconnect"]