105 lines
2.8 KiB
Plaintext
105 lines
2.8 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://hud"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/hud.gd" id="1_hud"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1"]
|
|
bg_color = Color(0.2, 0, 0, 0.8)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2"]
|
|
bg_color = Color(0, 0.8, 0, 0.8)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3"]
|
|
bg_color = Color(0.2, 0.2, 0.2, 0.8)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4"]
|
|
bg_color = Color(0.2, 0.6, 1, 0.8)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[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_hud")
|
|
|
|
[node name="HealthBar" type="ProgressBar" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 20.0
|
|
offset_top = -60.0
|
|
offset_right = 320.0
|
|
offset_bottom = -20.0
|
|
grow_vertical = 0
|
|
max_value = 100.0
|
|
value = 100.0
|
|
show_percentage = false
|
|
theme_override_styles/background = SubResource("StyleBoxFlat_1")
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_2")
|
|
|
|
[node name="HealthLabel" type="Label" parent="HealthBar"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/shadow_offset_x = 2
|
|
theme_override_constants/shadow_offset_y = 2
|
|
text = "HP: 100 / 100"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="DashCooldownBar" type="ProgressBar" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 20.0
|
|
offset_top = -120.0
|
|
offset_right = 320.0
|
|
offset_bottom = -80.0
|
|
grow_vertical = 0
|
|
max_value = 100.0
|
|
value = 100.0
|
|
show_percentage = false
|
|
theme_override_styles/background = SubResource("StyleBoxFlat_3")
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_4")
|
|
|
|
[node name="DashCooldownLabel" type="Label" parent="DashCooldownBar"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/shadow_offset_x = 2
|
|
theme_override_constants/shadow_offset_y = 2
|
|
text = "Рывок: готов (Пробел)"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|