31 lines
732 B
Text
31 lines
732 B
Text
[gd_scene load_steps=2 format=3 uid="uid://ytbacsuahxie"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/HUD.gd" id="1_mqiiw"]
|
|
|
|
[node name="HUD" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_mqiiw")
|
|
|
|
[node name="Health" type="ProgressBar" parent="."]
|
|
modulate = Color(0.890196, 0.137255, 0.0156863, 1)
|
|
layout_mode = 0
|
|
offset_left = 20.0
|
|
offset_top = 562.0
|
|
offset_right = 165.0
|
|
offset_bottom = 589.0
|
|
value = 100.0
|
|
|
|
[node name="Fatigue" type="ProgressBar" parent="."]
|
|
modulate = Color(1, 1, 0, 1)
|
|
layout_mode = 0
|
|
offset_left = 20.0
|
|
offset_top = 602.0
|
|
offset_right = 165.0
|
|
offset_bottom = 629.0
|
|
value = 100.0
|