game: add hp pickup

This commit is contained in:
2025-08-20 05:36:23 +02:00
parent 1c85c94a9a
commit 2c781e4d2a
9 changed files with 44 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
size = Vector2(10, 10)
[sub_resource type="CircleShape2D" id="CircleShape2D_oto2a"]
radius = 3.16228
radius = 4.0
[node name="PickupBase" type="Node2D" groups=["pickup"]]
script = ExtResource("1_oto2a")