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
+6
View File
@@ -0,0 +1,6 @@
class_name SquareDoor
extends ClosedDoor
func _is_key(node: Node) -> bool:
return node is SquareKeyPickup