game: add magnet pickup

This commit is contained in:
2025-08-20 04:35:40 +02:00
parent 515e2a53e0
commit 702080af59
13 changed files with 119 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
[sub_resource type="CircleShape2D" id="CircleShape2D_me6n8"]
radius = 5.0
[node name="XPOrb" type="Node2D" groups=["xp_orb"]]
[node name="XPOrb" type="Node2D" groups=["pickup", "xp_orb"]]
script = ExtResource("1_me6n8")
[node name="Sprite2D" type="Sprite2D" parent="."]