for boolean, numbers and strings, it works quite fine.
now i have a love.filedropped function and i want also to save the image dropped. i have no idea how to do this, i tried writing the imagedata but it doesnt work the way i planned
[SOLUTION]
in function love.filedropped()
Code: Select all
love.filesystem.write("default.jpg",data)
Code: Select all
defaultImg = love.graphics.newImage("default.jpg")