SuperMatCat24 How would i y sort a sprite so that the higher sprites get drawn last? this is to stop the holes in my stacked sprites from showing.
Binsk On my phone so brief: https://docs.godotengine.org/en/stable/classes/class_canvasitem.html#class-canvasitem y_sort_enable is a built in setting for nodes, enable it for your sprites through code or the inspector on the right when the node is selected.
SuperMatCat24 Binsk yes, but is there a way to reverse that, so that the nodes at the top get drawn after bottom nodes. if i where to enable y sort, my sprites would be shown reversed.
darthLevi SuperMatCat24 easiest thing is to recompile the engine with few lines added to create a property, and use the property during the ysort loop to change the conditions.