Added collision boxes to level

This commit is contained in:
2024-09-09 17:21:09 +03:00
parent 18b9c4a63e
commit 6776086c3e
5 changed files with 63 additions and 7 deletions
+1
View File
@@ -28,6 +28,7 @@ signal closed()
func _ready() -> void:
$CollisionShape2D.disabled = state == DoorState.OPENED
_play_animation()