37 lines
993 B
Plaintext
37 lines
993 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b6myj160l6vf8"]
|
|
|
|
[ext_resource type="Script" path="res://script/hud.cs" id="1_aksh1"]
|
|
[ext_resource type="LabelSettings" uid="uid://lnjklxelhfuv" path="res://scenes/hud.tres" id="2_ns78v"]
|
|
|
|
[node name="HUD" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_aksh1")
|
|
|
|
[node name="Layout" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Score" type="Label" parent="Layout"]
|
|
layout_mode = 2
|
|
text = "SCORE: 9999"
|
|
label_settings = ExtResource("2_ns78v")
|
|
|
|
[node name="Health" type="Label" parent="Layout"]
|
|
layout_mode = 2
|
|
text = "Health:"
|
|
label_settings = ExtResource("2_ns78v")
|
|
|
|
[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
|
|
text = "FA: ON"
|
|
label_settings = ExtResource("2_ns78v")
|