Failed to load image
Posted: Wed Nov 13, 2013 9:54 am
Hi, everyone! I wanted to load map from Tiled(http://www.mapeditor.org/) files. So, I found an example, but for me it doesn't work because my files are in another folders. So there is source of my "game": http://www.mediafire.com/download/m0zz2 ... tShoot.rar. It's falling when trying to load image, on string 28:
I won't replace my files, just want to load pictures from elses folders.
Thanks (;
Code: Select all
local raw = love.image.newImageData(path)
Thanks (;