Hi all,
I am following a Godot 3 tutorial series but trying to recreate in Godot4. I am stuck trying to make the room's walls close in when the player steps on a detection zone. The detection zone is working as the enemy summoning part is working, but the local_to_map function does not appear to be pulling from the tilemap properly. Relevant screenshots and code snippets are attached.