#9629 - jenswa - Mon Aug 11, 2003 6:38 pm
The sprites on the gba, only has 4 (0,1,2 and 3) priorities,
is that right? Or i am missing something.
I have a snake of 10 blocks long (in iso) and in some directions,
i need to have the last block above the first block, so i tried
to switch all priorities, but that didn't came far, since there are
only 4 allowed (i experienced, with vboy, didn't test it on hardware yet).
So the only other option i see, is swapping the positions of the blocks
and lower priorities of the ones that don't need to be on top.
Or do you have any other suggestion, that does the same?
_________________
It seems this wasn't lost after all.
is that right? Or i am missing something.
I have a snake of 10 blocks long (in iso) and in some directions,
i need to have the last block above the first block, so i tried
to switch all priorities, but that didn't came far, since there are
only 4 allowed (i experienced, with vboy, didn't test it on hardware yet).
So the only other option i see, is swapping the positions of the blocks
and lower priorities of the ones that don't need to be on top.
Or do you have any other suggestion, that does the same?
_________________
It seems this wasn't lost after all.