Difference between revisions of "AnAL"

(Created page)
 
m (Fixed name)
Line 18: Line 18:
  
 
==See Also==
 
==See Also==
[[User:Bartbes]], creator and maintainer of AnAL.
+
[[User:Bartbes|Bartbes]], creator and maintainer of AnAL.
  
 
{{#set:LOVE Version=0.6.1}}
 
{{#set:LOVE Version=0.6.1}}

Revision as of 21:34, 17 February 2010

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.

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.