Search found 2 matches

by SoraTheDev
Thu May 25, 2017 5:05 pm
Forum: Support and Development
Topic: I can't load images.
Replies: 2
Views: 2518

Re: I can't load images.

It worked! Thank you very much! :)
by SoraTheDev
Wed May 24, 2017 7:23 pm
Forum: Support and Development
Topic: I can't load images.
Replies: 2
Views: 2518

I can't load images.

Hello! I am currently having a problem with my first script. I am trying to load an image, but it returns this error: main.lua:10 bad argument #1 to 'draw' (Drawable expected, got nil) This is my code: function love.load() local me = love.graphics.newImage("me.png") end function love.draw(...