Sorting for 2D Drawing
- by Nexian
okie, looked through quite a few similar questions but still feel the need to ask mine specifically (I know, crazy).
Anyhoo:
I am drawing a game in 2D (isometric)
My objects have their own arrays. (i.e. Tiles[], Objects[], Particles[], etc)
I want to have a draw[] array to hold anything that will be drawn.
Because it is 2D, I assume I must…