[gd_scene load_steps=4 format=3 uid="uid://c7w5sgq0bshk0"] [ext_resource type="Script" path="res://Scripts/UI/HUD.cs" id="1_2iqqk"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bl2bd"] bg_color = Color(0.243137, 0.243137, 0.243137, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_it2a4"] bg_color = Color(0.545098, 0.545098, 0.545098, 1) [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_2iqqk") [node name="TopBox" type="HBoxContainer" parent="."] layout_mode = 0 offset_left = 16.0 offset_top = 16.0 offset_right = 1136.0 offset_bottom = 32.0 theme_override_constants/separation = 16 [node name="HealthBox" type="VBoxContainer" parent="TopBox"] layout_mode = 2 size_flags_horizontal = 3 [node name="Label" type="Label" parent="TopBox/HealthBox"] layout_mode = 2 text = "Health 100/100" [node name="Bar" type="ProgressBar" parent="TopBox/HealthBox"] custom_minimum_size = Vector2(2.08165e-12, 16) layout_mode = 2 size_flags_horizontal = 3 rounded = true allow_greater = true allow_lesser = true show_percentage = false [node name="ActionPointBox" type="VBoxContainer" parent="TopBox"] layout_mode = 2 size_flags_horizontal = 3 [node name="Label" type="Label" parent="TopBox/ActionPointBox"] layout_mode = 2 text = "AP 20/20" horizontal_alignment = 1 [node name="Bar" type="ProgressBar" parent="TopBox/ActionPointBox"] custom_minimum_size = Vector2(2.08165e-12, 16) layout_mode = 2 size_flags_horizontal = 3 rounded = true allow_greater = true allow_lesser = true show_percentage = false [node name="AmmoBox" type="VBoxContainer" parent="TopBox"] layout_mode = 2 size_flags_horizontal = 3 [node name="Label" type="Label" parent="TopBox/AmmoBox"] layout_mode = 2 text = "Ammo 30/30" horizontal_alignment = 2 [node name="Bar" type="ProgressBar" parent="TopBox/AmmoBox"] custom_minimum_size = Vector2(2.08165e-12, 16) layout_mode = 2 size_flags_horizontal = 3 rounded = true allow_greater = true allow_lesser = true show_percentage = false [node name="BottomBox" type="VBoxContainer" parent="."] layout_mode = 0 offset_top = 608.0 offset_right = 1152.0 offset_bottom = 648.0 alignment = 2 [node name="ProgressBar" type="ProgressBar" parent="BottomBox"] custom_minimum_size = Vector2(2.08165e-12, 4) layout_mode = 2 theme_override_styles/background = SubResource("StyleBoxFlat_bl2bd") theme_override_styles/fill = SubResource("StyleBoxFlat_it2a4") value = 50.0 allow_greater = true allow_lesser = true show_percentage = false