From 9eb2b8b0d06338df8630deeff7b338d5fd2907dd Mon Sep 17 00:00:00 2001 From: Raxki Date: Thu, 6 Mar 2025 17:41:39 -0500 Subject: [PATCH] Adjust HP bars --- UI/battle_ui.tscn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/UI/battle_ui.tscn b/UI/battle_ui.tscn index 7e5669c..e840ed7 100644 --- a/UI/battle_ui.tscn +++ b/UI/battle_ui.tscn @@ -19,7 +19,8 @@ script = ExtResource("1_pbo7d") layout_mode = 1 anchors_preset = 10 anchor_right = 1.0 -offset_bottom = 32.0 +offset_top = 5.0 +offset_bottom = 41.0 grow_horizontal = 2 theme_override_constants/margin_left = 16 theme_override_constants/margin_top = 16 @@ -31,7 +32,7 @@ layout_mode = 2 [node name="HealthBar" type="TextureProgressBar" parent="MarginContainer/HBoxContainer"] texture_filter = 1 -custom_minimum_size = Vector2(0, 17) +custom_minimum_size = Vector2(0, 20) layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 0 @@ -53,7 +54,7 @@ size_flags_stretch_ratio = 3.5 [node name="EnemyBar" type="TextureProgressBar" parent="MarginContainer/HBoxContainer"] texture_filter = 1 -custom_minimum_size = Vector2(0, 17) +custom_minimum_size = Vector2(0, 20) layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 0