Added pickups and doors

This commit is contained in:
2026-01-07 17:33:42 +03:00
parent 33bbac64a1
commit 33cbfeebb9
40 changed files with 732 additions and 5 deletions
+3
View File
@@ -319,5 +319,8 @@ object = NodePath("..")
[node name="Camera2D" type="Camera2D" parent="."]
position_smoothing_enabled = true
[node name="Pickups" type="Node2D" parent="."]
position = Vector2(0, -24)
[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animation_finished"]
[connection signal="animation_looped" from="AnimatedSprite2D" to="." method="_on_animation_looped"]