Search found 2 matches
- Fri Jul 02, 2010 4:20 pm
- Forum: Support and Development
- Topic: My images won't load..
- Replies: 12
- Views: 8344
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.
- Fri Jul 02, 2010 4:33 am
- Forum: Support and Development
- Topic: My images won't load..
- Replies: 12
- Views: 8344
My images won't load..
I am using:
and then later
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?
Code: Select all
pappi = love.graphics.newImage("pappi.png")
Code: Select all
love.graphics.draw(pappi, x, y)