0 votes

In the 2D isometric demo, which can be found by searching through templates in the project manager, the character is able to move behind a single tile of a pillar such that the pillar occludes them when they are above it, and move in front of a pillar when they are below it. I'm trying to do a similar thing. I tried replicating all of the parameters best I could, paying special attention to check Z as relative in the Z index component (though this is set by default). Scouring through the example project, it seems like there are no scripts that'll are actively z-sorting based of player y-position. What's the best way to do this?

in Engine by (26 points)

1 Answer

0 votes

Notice that TileMap Node have a property called Y Sort .... that you can check... every direct child of it will be draw as function of its Y position

by (62 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.