54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
[gd_scene format=3 uid="uid://ifmw1e7gycc8"]
|
|
|
|
[ext_resource type="Script" uid="uid://b3hyy3co71rtf" path="res://scenes/ui/health_bar/health_bar.gd" id="1_ruhgv"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ilash"]
|
|
bg_color = Color(0.13725491, 0.019607844, 0.02745098, 1)
|
|
corner_radius_top_left = 8
|
|
corner_radius_top_right = 8
|
|
corner_radius_bottom_right = 8
|
|
corner_radius_bottom_left = 8
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ruhgv"]
|
|
bg_color = Color(1, 0.2901961, 0.45490196, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(0.13725491, 0.019607844, 0.02745098, 1)
|
|
corner_radius_top_left = 8
|
|
corner_radius_top_right = 8
|
|
corner_radius_bottom_right = 8
|
|
corner_radius_bottom_left = 8
|
|
|
|
[node name="HealthBar" type="Control" unique_id=1540037291]
|
|
custom_minimum_size = Vector2(96, 20)
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 96.0
|
|
offset_bottom = 20.0
|
|
script = ExtResource("1_ruhgv")
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="." unique_id=1237029629]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/background = SubResource("StyleBoxFlat_ilash")
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_ruhgv")
|
|
max_value = 1.0
|
|
value = 0.5
|
|
show_percentage = false
|
|
|
|
[node name="HealthAmount" type="Label" parent="." unique_id=1539272143]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "10"
|
|
horizontal_alignment = 1
|