Fixes & Features
- Better out-of-the-box support for apps which set custom draw offsets, so that debug drawing remains properly aligned with your sprites.
- Optionally cache the draw offset for your sprites (if the new default logic is insufficient) by calling
self:cacheDrawOffset()
from within your sprite'sdraw
function.