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")
|
|
|
|
|
|
|
|
|
|
[node name="Score" type="Label" parent="."]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_left = 15.0
|
|
|
|
|
offset_top = 15.0
|
|
|
|
|
offset_right = 363.0
|
|
|
|
|
offset_bottom = 90.0
|
|
|
|
|
text = "SCORE: 9999"
|
2024-08-15 17:12:48 +00:00
|
|
|
label_settings = ExtResource("2_ns78v")
|
|
|
|
|
|
|
|
|
|
[node name="Health" type="Label" parent="."]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_left = 17.0
|
|
|
|
|
offset_top = 95.0
|
|
|
|
|
offset_right = 384.0
|
|
|
|
|
offset_bottom = 167.0
|
|
|
|
|
text = "Health:"
|
|
|
|
|
label_settings = ExtResource("2_ns78v")
|