Added level 4

This commit is contained in:
2026-01-10 02:48:25 +03:00
parent f7197d8f2a
commit be040a79c0
16 changed files with 519 additions and 9 deletions
+1
View File
@@ -16,6 +16,7 @@ func _can_open(body: Node2D) -> bool:
for pickup in body.get_node("Pickups").get_children():
if _is_key(pickup):
SoundManager.play_sfx_stream(SoundManager.sfx_stream_door_unlocking, global_position)
body.remove_pickup(pickup)
_unlocked = true
return true