opencyber/hud.tscn

116 lines
2.9 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://hud_scene"]
[ext_resource type="Script" path="res://scripts/hud.gd" id="1_hud"]
[node name="HUD" type="CanvasLayer"]
script = ExtResource("1_hud")
groups = ["hud"]
[node name="PanelStats" type="Panel" parent="."]
offset_left = 10.0
offset_top = 10.0
offset_right = 330.0
offset_bottom = 480.0
[node name="VBox" type="VBoxContainer" parent="PanelStats"]
offset_left = 10.0
offset_top = 10.0
offset_right = 290.0
offset_bottom = 460.0
[node name="Title" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "ПЕРСОНАЖ"
horizontal_alignment = 1
[node name="HealthLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Здоровье: 100"
[node name="HealthBar" type="ProgressBar" parent="PanelStats/VBox"]
custom_minimum_size = Vector2(0, 20)
layout_mode = 2
max_value = 100.0
value = 100.0
show_percentage = false
[node name="StaminaLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Выносливость: 100"
[node name="StaminaBar" type="ProgressBar" parent="PanelStats/VBox"]
custom_minimum_size = Vector2(0, 20)
layout_mode = 2
max_value = 100.0
value = 100.0
show_percentage = false
[node name="HungerLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Голод: 0"
[node name="HungerBar" type="ProgressBar" parent="PanelStats/VBox"]
custom_minimum_size = Vector2(0, 20)
layout_mode = 2
max_value = 100.0
value = 0.0
show_percentage = false
[node name="ThirstLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Жажда: 0"
[node name="ThirstBar" type="ProgressBar" parent="PanelStats/VBox"]
custom_minimum_size = Vector2(0, 20)
layout_mode = 2
max_value = 100.0
value = 0.0
show_percentage = false
[node name="MoodLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Настроение: 100"
[node name="MoodBar" type="ProgressBar" parent="PanelStats/VBox"]
custom_minimum_size = Vector2(0, 20)
layout_mode = 2
max_value = 100.0
value = 100.0
show_percentage = false
[node name="HSeparator" type="HSeparator" parent="PanelStats/VBox"]
layout_mode = 2
[node name="OrgansLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "ОРГАНЫ"
horizontal_alignment = 1
[node name="HeartLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Сердце: 100%"
[node name="LungsLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Лёгкие: 100%"
[node name="BrainLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Мозг: 100%"
[node name="CyberLabel" type="Label" parent="PanelStats/VBox"]
layout_mode = 2
text = "Кибер-имплант: 100%"
[node name="InfoLabel" type="Label" parent="."]
anchors_preset = 7
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -280.0
offset_top = -30.0
offset_right = -10.0
text = "I - Инвентарь | E - Действие"
horizontal_alignment = 2