[gd_scene format=3] [ext_resource type="Script" path="res://scenes/ui/main_ui.gd" id="1"] [ext_resource type="PackedScene" path="res://scenes/ui/rhythm_track.tscn" id="2"] [ext_resource type="PackedScene" path="res://scenes/ui/combo_window_hud.tscn" id="3"] [ext_resource type="PackedScene" path="res://scenes/ui/energy_bar.tscn" id="4"] [node name="UI" type="CanvasLayer"] script = ExtResource("1") [node name="RhythmTrack" parent="." instance=ExtResource("2")] [node name="ComboWindow" parent="." instance=ExtResource("3")] offset_left = 492.0 offset_top = 222.0 offset_right = 788.0 offset_bottom = 282.0 pivot_offset = Vector2(148, 30) [node name="ComboSkillLabel" type="Label" parent="."] anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 offset_left = -240.0 offset_top = 286.0 offset_right = 240.0 offset_bottom = 322.0 theme_override_colors/font_color = Color(1, 0.84, 0.26, 1) theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.85) theme_override_constants/shadow_offset_x = 2 theme_override_constants/shadow_offset_y = 2 theme_override_font_sizes/font_size = 18 horizontal_alignment = 1 vertical_alignment = 1 [node name="StatusBars" type="VBoxContainer" parent="."] offset_left = 24.0 offset_top = 9.0 offset_right = 294.0 offset_bottom = 69.0 theme_override_constants/separation = 8 [node name="HealthBar" type="ProgressBar" parent="StatusBars"] custom_minimum_size = Vector2(270, 18) layout_mode = 2 value = 100.0 show_percentage = false [node name="EnergyBar" parent="StatusBars" instance=ExtResource("4")] custom_minimum_size = Vector2(270, 16) layout_mode = 2 [node name="ChargeBar" type="ProgressBar" parent="StatusBars"] custom_minimum_size = Vector2(270, 10) layout_mode = 2 max_value = 1.1 show_percentage = false