Search found 1 match
- Sun Jun 26, 2016 7:34 pm
- Forum: Support and Development
- Topic: Help with using/loading an image
- Replies: 5
- Views: 3321
Help with using/loading an image
Hi, I am a new LOVE user and I've been sat around for the past hour trying to figure out how to set the directory at which my main.lua will find a file on my computer. local imageFile function love.load() imageFile = love.graphics.newImage("wom.png") end function love.draw() love.graphics....