2024-08-15 17:12:48 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://b6myj160l6vf8"]
|
2023-12-09 07:49:33 +00:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://script/hud.cs" id="1_aksh1"]
|
2024-08-15 17:12:48 +00:00
|
|
|
[ext_resource type="LabelSettings" uid="uid://lnjklxelhfuv" path="res://scenes/hud.tres" id="2_ns78v"]
|
2023-12-09 07:49:33 +00:00
|
|
|
|
|
|
|
|
[node name="HUD" type="Control"]
|
|
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 0
|
|
|
|
|
offset_right = 40.0
|
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
script = ExtResource("1_aksh1")
|
|
|
|
|
|
2025-04-22 04:43:03 +00:00
|
|
|
[node name="Layout" type="VBoxContainer" parent="."]
|
2023-12-09 07:49:33 +00:00
|
|
|
layout_mode = 0
|
2025-04-22 04:43:03 +00:00
|
|
|
offset_right = 40.0
|
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
|
|
|
|
|
[node name="Score" type="Label" parent="Layout"]
|
|
|
|
|
layout_mode = 2
|
2023-12-09 07:49:33 +00:00
|
|
|
text = "SCORE: 9999"
|
2024-08-15 17:12:48 +00:00
|
|
|
label_settings = ExtResource("2_ns78v")
|
|
|
|
|
|
2025-04-22 04:43:03 +00:00
|
|
|
[node name="Health" type="Label" parent="Layout"]
|
|
|
|
|
layout_mode = 2
|
2024-08-15 17:12:48 +00:00
|
|
|
text = "Health:"
|
|
|
|
|
label_settings = ExtResource("2_ns78v")
|
2024-08-15 21:55:44 +00:00
|
|
|
|
2025-04-22 04:43:03 +00:00
|
|
|
[node name="WaveCounter" type="Label" parent="Layout"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Wave: "
|
|
|
|
|
label_settings = ExtResource("2_ns78v")
|
|
|
|
|
|
|
|
|
|
[node name="FlightAssist" type="Label" parent="Layout"]
|
|
|
|
|
layout_mode = 2
|
2024-08-15 21:55:44 +00:00
|
|
|
text = "FA: ON"
|
|
|
|
|
label_settings = ExtResource("2_ns78v")
|