toolness / mobile-microgame-maker

Attempt at building a mobile microgame maker for Minicade.
http://mmm.minica.de
6 stars 2 forks source link

Allow sprite z-ordering to be changed #11

Open toolness opened 9 years ago

toolness commented 9 years ago

Right now the list of sprites in MMM represents the actual order in which they are created; sprites further down the list appear in front of sprites above them. It should be possible to move a sprite up/down the list, so that their z-order can be manipulated. Either that or we come up with a better way to define z-ordering.