From dc3aedf2421db8cb63c7235c02be643ae15f2b18 Mon Sep 17 00:00:00 2001 From: tihgs Date: Fri, 27 Jun 2025 14:31:43 +0800 Subject: [PATCH] Add separate health bar 2D scene --- health_bar.tscn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 health_bar.tscn diff --git a/health_bar.tscn b/health_bar.tscn new file mode 100644 index 0000000..06d9ef4 --- /dev/null +++ b/health_bar.tscn @@ -0,0 +1,7 @@ +[gd_scene format=2] + +[node name="Node2D" type="Node2D"] + +[node name="ProgressBar" type="ProgressBar" parent="."] +margin_right = 4.0 +margin_bottom = 14.0