How to get access to tiled object layers? #506
Unanswered
Lioncat2002
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an object layer in my tilemap containing the hitboxes of the obstacles I want the player to collide with
How do I get access to this
hitboxes
object layer so that I can iterate through it and spawn rapier2d colliders at the required positions?I am using
bevy 0.12
Beta Was this translation helpful? Give feedback.
All reactions