Godot4 TileMap How do I draw a 2D map with high and low visual effects?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Zorth

my map

How do I draw a 2D map with high and low visual effects?
I’ve tried using y sort to achieve the staggered effect, but the collision at the edge of the map will stop the character, so the character can’t cross the high or low part of the map. You can see the gif in my link.
how do I fix this?
Do I have to remove the collision of these map blocks?

:bust_in_silhouette: Reply From: jgodfrey

Here’s a recent tutorial that outlines one solution…

Thank you very, very much, I know what to do!
I’m really blind, I’ve been looking at Physics Layers for a long time, but I didn’t see the “Add Element” below.
However, I may have to change my collision size a bit to check the position

Zorth | 2023-07-03 16:29