From eda6286cc29d4177a93b0f5ace751350a18255b6 Mon Sep 17 00:00:00 2001 From: Alan Youngblood Date: Sat, 18 Jan 2025 12:08:00 -0500 Subject: [PATCH] Fixed UI, needed set to tiling. --- ActionRPG-HeartBeast/UI/HealthUI.tscn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ActionRPG-HeartBeast/UI/HealthUI.tscn b/ActionRPG-HeartBeast/UI/HealthUI.tscn index a39ad50..c0eb517 100644 --- a/ActionRPG-HeartBeast/UI/HealthUI.tscn +++ b/ActionRPG-HeartBeast/UI/HealthUI.tscn @@ -18,12 +18,14 @@ layout_mode = 0 offset_right = 59.0 offset_bottom = 12.0 texture = ExtResource("2") -stretch_mode = 2 +stretch_mode = 1 [node name="HeartUIFull" type="TextureRect" parent="."] +texture_filter = 1 +texture_repeat = 2 layout_mode = 0 offset_right = 60.0 offset_bottom = 11.0 texture = ExtResource("3") expand_mode = 1 -stretch_mode = 2 +stretch_mode = 1