Chests and Loot Drops

This commit is contained in:
Marco 2025-04-25 18:33:20 +02:00
commit a2a18c69fc
20 changed files with 242 additions and 58 deletions

View file

@ -76,4 +76,9 @@ collision_mask = 2
position = Vector2(162, 255)
shape = SubResource("RectangleShape2D_g0xrw")
[node name="Features" type="Node2D" parent="."]
[node name="Marker2D" type="Marker2D" parent="Features"]
position = Vector2(54, 74)
[connection signal="area_entered" from="PlayerEnterDetector" to="." method="OnRoomEntered"]