xanarch-td/scenes/ui/HUD.tscn
2026-06-03 21:53:16 -04:00

57 lines
1.2 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://hud"]
[ext_resource type="Script" path="res://scripts/ui/HUD.gd" id="1"]
[node name="HUD" type="CanvasLayer"]
script = ExtResource("1")
[node name="Panel" type="Panel" parent="."]
offset_right = 1280.0
offset_bottom = 60.0
[node name="MineralsLabel" type="Label" parent="."]
offset_left = 16.0
offset_top = 8.0
offset_right = 200.0
offset_bottom = 36.0
text = "Minerals: 0"
[node name="GasLabel" type="Label" parent="."]
offset_left = 220.0
offset_top = 8.0
offset_right = 380.0
offset_bottom = 36.0
text = "Gas: 0"
[node name="WaveLabel" type="Label" parent="."]
offset_left = 540.0
offset_top = 8.0
offset_right = 740.0
offset_bottom = 36.0
horizontal_alignment = 1
text = "Wave 0 / 31"
[node name="PhaseLabel" type="Label" parent="."]
offset_left = 760.0
offset_top = 8.0
offset_right = 960.0
offset_bottom = 36.0
horizontal_alignment = 1
text = "LOBBY"
[node name="SSBar" type="ProgressBar" parent="."]
offset_left = 980.0
offset_top = 10.0
offset_right = 1180.0
offset_bottom = 30.0
min_value = 0.0
max_value = 20.0
value = 20.0
show_percentage = false
[node name="NextWaveButton" type="Button" parent="."]
offset_left = 1190.0
offset_top = 8.0
offset_right = 1270.0
offset_bottom = 50.0
text = "SEND"