Search found 2 matches
- Sat Oct 09, 2010 3:22 pm
- Forum: Libraries and Tools
- Topic: Animations And LÖVE (AnAL) - The animations replacement lib
- Replies: 71
- Views: 57047
Re: Animations And LÖVE (AnAL) - The animations replacement
Luckily it wasn't that bad. AnAL has helped me a lot so far so your work is really appreciated.
- Sat Oct 09, 2010 2:33 pm
- Forum: Libraries and Tools
- Topic: Animations And LÖVE (AnAL) - The animations replacement lib
- Replies: 71
- Views: 57047
Re: Animations And LÖVE (AnAL) - The animations replacement
First I'd like to thank you for the work on AnAL. I've been using it while trying to learn Löve and Lua. Today I stumbled upon a bug that has an easy fix. At line 128-132 --- Reset -- Go back to the first frame. function animation:reset() self:seek(0) end This doesn't work as you are using the value...