[gd_scene load_steps=15 format=3 uid="uid://dkwi1hu1bixoe"] [ext_resource type="Script" path="res://Scripts/Hud.cs" id="1_m0hb0"] [ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="2_0xmx2"] [ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="2_x7kl7"] [ext_resource type="Texture2D" uid="uid://dde36pgb8fbwc" path="res://Sprites/selector_big.png" id="3_hee3i"] [ext_resource type="PackedScene" uid="uid://bybd38ivpb2ly" path="res://Scenes/HUD/pause_menu.tscn" id="3_hxmxt"] [ext_resource type="PackedScene" uid="uid://bemu3l6b1e84y" path="res://Scenes/HUD/debug_menu.tscn" id="4_gd1k6"] [ext_resource type="PackedScene" uid="uid://bwlstkdibs7oc" path="res://Scenes/HUD/BossHud.tscn" id="5_vmict"] [sub_resource type="AtlasTexture" id="AtlasTexture_h626b"] atlas = ExtResource("3_hee3i") region = Rect2(0, 0, 16, 16) [sub_resource type="AtlasTexture" id="AtlasTexture_mejna"] atlas = ExtResource("3_hee3i") region = Rect2(16, 0, 16, 16) [sub_resource type="SpriteFrames" id="SpriteFrames_78fwv"] animations = [{ "frames": [{ "duration": 1.0, "texture": SubResource("AtlasTexture_h626b") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_mejna") }], "loop": true, "name": &"default", "speed": 5.0 }] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wu6au"] bg_color = Color(0.437742, 0.0512416, 0.0286274, 1) border_color = Color(0.197934, 0.0027957, 1.8049e-08, 1) anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5f4mf"] bg_color = Color(0.958101, 0.255223, 3.85046e-07, 1) anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_crjx4"] bg_color = Color(0.120626, 7.70092e-07, 0.682086, 1) border_color = Color(0.197934, 0.0027957, 1.8049e-08, 1) anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rxnbp"] bg_color = Color(0.338981, 0.507716, 0.996646, 1) anti_aliasing = false [node name="HUD" type="CanvasLayer" node_paths=PackedStringArray("_healthLabel", "_healthBar", "_shieldLabel", "_shieldBar", "_itemsContainer", "PauseMenuContainer", "DebugMenuHolder")] script = ExtResource("1_m0hb0") _healthLabel = NodePath("VBoxContainer/HealthBarContainer/HealthLabel") _healthBar = NodePath("VBoxContainer/HealthBarContainer/HealthBar") _shieldLabel = NodePath("VBoxContainer/ShieldBarContainer/ShieldLabel") _shieldBar = NodePath("VBoxContainer/ShieldBarContainer/ShieldBar") _itemsContainer = NodePath("VBoxContainer/ItemsContainer") _labelSettings = ExtResource("2_x7kl7") PauseMenuContainer = NodePath("PauseMenuContainer") PauseMenuScene = ExtResource("3_hxmxt") DebugMenuTemplate = ExtResource("4_gd1k6") DebugMenuHolder = NodePath("DebugContainer") [node name="GameOver" type="Label" parent="."] visible = false anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -217.0 offset_top = -39.0 offset_right = 217.0 offset_bottom = 39.0 grow_horizontal = 2 grow_vertical = 2 theme_override_fonts/font = ExtResource("2_0xmx2") theme_override_font_sizes/font_size = 64 text = "GAME OVER" [node name="MessageTimer" type="Timer" parent="."] wait_time = 2.0 one_shot = true [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] visible = false position = Vector2(67, 47) sprite_frames = SubResource("SpriteFrames_78fwv") frame = 1 frame_progress = 0.8514 [node name="VBoxContainer" type="VBoxContainer" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 4.0 offset_top = 6.0 offset_right = -235.0 offset_bottom = -3.0 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 0 [node name="HealthBarContainer" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 [node name="HealthBar" type="ProgressBar" parent="VBoxContainer/HealthBarContainer"] custom_minimum_size = Vector2(32, 8) layout_mode = 2 size_flags_vertical = 4 theme_override_styles/background = SubResource("StyleBoxFlat_wu6au") theme_override_styles/fill = SubResource("StyleBoxFlat_5f4mf") value = 50.0 show_percentage = false [node name="HealthLabel" type="Label" parent="VBoxContainer/HealthBarContainer"] layout_mode = 2 text = "100/100" label_settings = ExtResource("2_x7kl7") [node name="ShieldBarContainer" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 [node name="ShieldBar" type="ProgressBar" parent="VBoxContainer/ShieldBarContainer"] custom_minimum_size = Vector2(32, 8) layout_mode = 2 size_flags_vertical = 4 theme_override_styles/background = SubResource("StyleBoxFlat_crjx4") theme_override_styles/fill = SubResource("StyleBoxFlat_rxnbp") value = 50.0 show_percentage = false [node name="ShieldLabel" type="Label" parent="VBoxContainer/ShieldBarContainer"] layout_mode = 2 text = "100/100" label_settings = ExtResource("2_x7kl7") [node name="ItemsContainer" type="VBoxContainer" parent="VBoxContainer"] layout_mode = 2 theme_override_constants/separation = 0 [node name="BossHud" parent="." instance=ExtResource("5_vmict")] visible = false [node name="DebugContainer" type="PanelContainer" parent="."] visible = false offset_left = 66.0 offset_top = 45.0 offset_right = 259.0 offset_bottom = 156.0 [node name="PauseMenuContainer" type="PanelContainer" parent="."] visible = false offset_left = 106.0 offset_top = 26.0 offset_right = 226.0 offset_bottom = 144.0