You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
|
2 years ago
|
[gd_scene load_steps=3 format=3 uid="uid://126wph4owvoy"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cwhu1ec03t3c8" path="res://resource/ui/hud/headbar_hp_empty.png" id="1_flgf6"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://b4ly1exl0owck" path="res://resource/ui/hud/headbar_hp.png" id="2_sktwb"]
|
||
|
|
|
||
|
|
[node name="HudScreen" type="CanvasLayer"]
|
||
|
|
|
||
|
|
[node name="HudPage" type="Control" parent="."]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 0
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
|
||
|
|
[node name="Player" type="Control" parent="HudPage"]
|
||
|
|
anchors_preset = 0
|
||
|
|
offset_left = 29.0
|
||
|
|
offset_top = 29.0
|
||
|
|
offset_right = 29.0
|
||
|
|
offset_bottom = 29.0
|
||
|
|
|
||
|
|
[node name="HpBar" type="TextureProgressBar" parent="HudPage/Player"]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_left = -13.0
|
||
|
|
offset_top = -13.0
|
||
|
|
offset_right = 51.0
|
||
|
|
offset_bottom = 3.0
|
||
|
|
value = 50.0
|
||
|
|
stretch_margin_left = 10
|
||
|
|
stretch_margin_top = 10
|
||
|
|
stretch_margin_right = 10
|
||
|
|
stretch_margin_bottom = 10
|
||
|
|
texture_under = ExtResource("1_flgf6")
|
||
|
|
texture_progress = ExtResource("2_sktwb")
|
||
|
|
|
||
|
|
[node name="HeadBarPage" type="Control" parent="."]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 0
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|