Hi, I justed wanted to drop by and praise this great and straightforward engine!
At the moment I'm trying to create a small oldschoolish shoot'em up space-game with it, something I always wanted to do... 8-)
So, free LÖVE for everyone!
regards
Spheres
Search found 2 matches
- Fri Nov 21, 2008 9:54 pm
- Forum: General
- Topic: Good Stuff!
- Replies: 1
- Views: 2757
- Fri Nov 21, 2008 8:56 pm
- Forum: Support and Development
- Topic: Copying Animations
- Replies: 2
- Views: 3658
Copying Animations
Hi Guys, this may be more a LUA-related problem, but whatever... :roll: LUA seems to work mainly with references, but is it somehow possible to create a copy, for example of an animation object? If I do something like: anim1 = love.graphics.newAnimation(img_explosion, 40, 40, 0.6) anim2 = anim1 I ca...