AnAL
AnAL (Animations And Love) is a library to replace 0.5.0's animations (removed in 0.6.0), with minimum code changes for the lover.
Contents
Code Changes
- love.graphics.newAnimation(...) becomes newAnimation(...)
- love.graphics.draw(anim, ...) becomes anim:draw(...)
Compat mode
It even features a compat mode, which adds love.graphics.newAnimation and changes love.graphics.draw.
Animations_legacy_support = true
Disadvantage is the changed behavior of love.graphics.draw, it calls a custom draw field on all tables passed.
Docs
Further documentation coming soon.
See Also
Bartbes, creator and maintainer of AnAL.