What’s the most optimal way to take an important game object like a main character sprite and ensure it is always drawn on top of other sprites? Or just to manually set it as the “top” of the drawing order. [import]uid: 7473 topic_id: 3718 reply_id: 303718[/import]
The easy way is to use display groups as layers. It would be nice if Corona supported a z-buffer though. [import]uid: 11024 topic_id: 3718 reply_id: 11313[/import]