StarArawn / bevy_ecs_tilemap

A tilemap rendering crate for bevy which is more ECS friendly.
MIT License
913 stars 196 forks source link

How to find z index of tile #546

Open LilithHohman opened 2 months ago

LilithHohman commented 2 months ago

Is it possible to find the z index of a tile via Query, including y sort if applicable?

This would be used for rendering a player sprite on top of / behind tiles on an isometric map.