Load image not packed into .love/.exe
Posted: Wed May 10, 2017 2:08 pm
I need to load images outside of .exe/.love file.
I'm trying to load image that lies next to .exe/.love.
Getting an error, ofc. "Does not exist".
It load's if i pack it into .love, but it's useless.
Hopefully you understood this mess.
I'm trying to load image that lies next to .exe/.love.
Code: Select all
qwe = love.graphics.newImage( "24.png" ) --don't think you need a .love file for this
It load's if i pack it into .love, but it's useless.
Hopefully you understood this mess.