Search found 1 match
- Sun Apr 15, 2012 4:51 pm
- Forum: Support and Development
- Topic: help with "expected userdata"
- Replies: 4
- Views: 3444
Re: help with "expected userdata"
Hi! I only started yesterday with lua and love so i could be wrong. I think the mistake is that you gave it a string instead of an image at line 89 (when you try drawing the cloud). Probably you should change the cloudimage variable to: cloudimage = love.graphics.newImage("assets/cloud.gif"...