Search found 2 matches

by Wheaties
Fri Jul 02, 2010 4:20 pm
Forum: Support and Development
Topic: My images won't load..
Replies: 12
Views: 7898

Re: My images won't load..

Well, I may need to rephrase this. The image itself is kind of loading, but I get a giant white box and no image, same when I run the hamster-ball tutorial code.
by Wheaties
Fri Jul 02, 2010 4:33 am
Forum: Support and Development
Topic: My images won't load..
Replies: 12
Views: 7898

My images won't load..

I am using:

Code: Select all

pappi = love.graphics.newImage("pappi.png")
and then later

Code: Select all

   love.graphics.draw(pappi, x, y)
Just the standard stuff.. But my images won't load. I have them in the file I am dragging into the LOVE exe, anything I am doing wrong?