[gd_scene load_steps=7 format=2] [ext_resource path="res://ui/hud/progress_bars/scenes/DashProgress.tscn" type="PackedScene" id=1] [ext_resource path="res://ui/hud/progress_bars/scenes/SlowProgress.tscn" type="PackedScene" id=2] [ext_resource path="res://ui/hud/snake/scenes/SnakeHUD.tscn" type="PackedScene" id=3] [ext_resource path="res://ui/hud/progress_bars/scenes/GrowthProgress.tscn" type="PackedScene" id=4] [ext_resource path="res://ui/hud/progress_bars/scenes/JumpProgress.tscn" type="PackedScene" id=5] [ext_resource path="res://ui/hud/actions/scenes/ActionsHUD.tscn" type="PackedScene" id=6] [node name="HUD" type="MarginContainer"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 4.0 margin_top = 4.0 margin_right = -4.0 margin_bottom = -4.0 [node name="VBox" type="VBoxContainer" parent="."] margin_right = 312.0 margin_bottom = 172.0 custom_constants/separation = 100 [node name="StatsHUD" type="MarginContainer" parent="VBox"] margin_right = 312.0 margin_bottom = 18.0 [node name="VBox" type="VBoxContainer" parent="VBox/StatsHUD"] margin_right = 312.0 margin_bottom = 18.0 custom_constants/separation = 2 [node name="SnakeHUD" parent="VBox/StatsHUD/VBox" instance=ExtResource( 3 )] margin_right = 312.0 margin_bottom = 8.0 [node name="HBoxProgressBars" type="HBoxContainer" parent="VBox/StatsHUD/VBox"] margin_top = 10.0 margin_right = 312.0 margin_bottom = 18.0 custom_constants/separation = 4 [node name="GrowthProgress" parent="VBox/StatsHUD/VBox/HBoxProgressBars" instance=ExtResource( 4 )] margin_right = 30.0 margin_bottom = 8.0 [node name="DashProgress" parent="VBox/StatsHUD/VBox/HBoxProgressBars" instance=ExtResource( 1 )] margin_left = 34.0 margin_right = 64.0 margin_bottom = 8.0 [node name="SlowProgress" parent="VBox/StatsHUD/VBox/HBoxProgressBars" instance=ExtResource( 2 )] margin_left = 68.0 margin_right = 98.0 margin_bottom = 8.0 [node name="JumpProgress" parent="VBox/StatsHUD/VBox/HBoxProgressBars" instance=ExtResource( 5 )] margin_left = 102.0 margin_right = 132.0 margin_bottom = 8.0 [node name="ActionsHUD" parent="VBox" instance=ExtResource( 6 )] margin_top = 118.0 margin_right = 312.0 margin_bottom = 162.0