Hi guys - I’m finding the z order of my sprites sometimes changes on it’s own.
It seems the default z range is limited to between -1 to 1.
Is there a way to increase these values to give me more “layers”?
Thanks
Hi guys - I’m finding the z order of my sprites sometimes changes on it’s own.
It seems the default z range is limited to between -1 to 1.
Is there a way to increase these values to give me more “layers”?
Thanks
You can have values such as 0.001, 0.002. You can increase the values too - just have to edit your render script to include broader range.
Brilliant, thanks Pkeod!