Health bar adjustments

This commit is contained in:
2025-03-11 10:25:58 +01:00
parent 23ddace3fa
commit 43d5ee2b5f
4 changed files with 32 additions and 1 deletions

View File

@ -95,9 +95,17 @@ animations = [{
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pq2md"]
bg_color = Color(1, 0, 0, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gxpsl"]
bg_color = Color(0, 1, 0, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
[node name="Forkman" type="Node2D"]
script = ExtResource("1_pq2md")