Search found 2 matches

by Fenrir5543
Fri Jan 16, 2015 2:02 pm
Forum: Support and Development
Topic: anim8 grid creation error
Replies: 3
Views: 2728

Re: anim8 grid creation error

I just double checked the anim8 file and indeed I made an error while copying your code and forgot return anim8. Thank you so much for pointing this out to me.
by Fenrir5543
Fri Jan 16, 2015 1:47 pm
Forum: Support and Development
Topic: anim8 grid creation error
Replies: 3
Views: 2728

anim8 grid creation error

Hi there everyone, I'm a relatively new Love programmer and I'm having issues figuring out a problem when I try to use the anim8 library for my project. The "problem" code is as follows local anim8 = require "anim8" --require "Equipment" PlayerData = {} PlayerData.__ind...