I want to render sprites in specific order so one sprite is layered above the other.
But for some reason it doesn't work like I thought.
First I tried just rendering the above sprite after the underlying sprite.
C2D_TargetClear(topPtr, C2D_Color32(0, 0, 0, 255));
C2D_SceneBegin(topPtr)...