Search found 3 matches

by ExpressDawn
Thu Dec 22, 2016 12:37 pm
Forum: Support and Development
Topic: Expected ImageData got nil
Replies: 4
Views: 3228

Re: Expected ImageData got nil

Ahh, alright
I'll work that out, then
Thanks!
by ExpressDawn
Thu Dec 22, 2016 11:11 am
Forum: Support and Development
Topic: Expected ImageData got nil
Replies: 4
Views: 3228

Re: Expected ImageData got nil

It's actually an error in sp on line 10- bad argument #1 to newImage (imageData expected got nil) Goes on to say: Traceback gamestate.lua:89: in function <gamestate.lua:88> [C]: in function 'newImage' sp/lua:10: in function 'spriteLoad' sp.lua:33: in function 'updateFace' sp.lua:43: in function 'upd...
by ExpressDawn
Thu Dec 22, 2016 9:01 am
Forum: Support and Development
Topic: Expected ImageData got nil
Replies: 4
Views: 3228

Expected ImageData got nil

Hello forums! I've been using Love2d for a little bit in order to create a prototype for a game. I'm trying to make a sprite loader, mostly based on the code on Build and Gun here: http://www.buildandgun.com/2014/07/animated-sprites-in-love2d.html I've had to play around with my code and have probab...