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

@@ -27,7 +27,7 @@ player = NodePath("..")
[node name="PickupArea" type="Area2D" parent="."]
collision_layer = 0
collision_mask = 8
collision_mask = 24
monitorable = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="PickupArea"]