Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@ebeneliason ebeneliason released this 19 Jul 05:42

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's draw function.