Control which sprites are being painted first. #5094
Answered
by
alice-i-cecile
The-DevBlog
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alice-i-cecile
Jun 25, 2022
Replies: 1 comment 1 reply
-
As a first step, have you set the z |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
The-DevBlog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a first step, have you set the z
Transform
coordinate of all of your sprites correctly? This is the current way to control the rendering order of 2D sprites, although #1275 discusses some alternative ideas for how this might be done in the future.