Hi! I was wondering if there was a way to change the default setting on "y-sort enabled", so that it's automatically on when I make a new sprite. Having to remember to turn it on individually for each sprite seems like it'd introduce a lot of potential for errors, but I can't find any way to change the default node settings. Am I not looking in the right place, or does this not exist?
Question about Y-sorting
Asked Answered
Poleyn two options: extend the sprite class with a script that enables the y-sort property automatically then use this extended class.
Or way easier, make your scene's parent node (or the nodes holding your sprites) have y-sort enabled, then all its children will too.
Poleyn Duplicate an existing sprite.
Poleyn two options: extend the sprite class with a script that enables the y-sort property automatically then use this extended class.
Or way easier, make your scene's parent node (or the nodes holding your sprites) have y-sort enabled, then all its children will too.
© 2022 - 2025 — McMap. All rights reserved.