@Noble
Images are in the same folder as the main.lua file, I wouldn't suspect problems with the file path. Although I did notice that LOVE removes backslashes (\). Any way to get around that for files stored in other places?
@Nevon
PO2 syndrome seemed to be the culprit. Thanks a bunch. Karma++
n0ug4t wrote:@Noble
Images are in the same folder as the main.lua file, I wouldn't suspect problems with the file path. Although I did notice that LOVE removes backslashes (\). Any way to get around that for files stored in other places?
You should be using *NIX style paths. So gfx/my_fancy_image.png, not gfx\my_fancy_image.png
Last edited by nevon on Wed Jul 06, 2011 8:33 pm, edited 1 time in total.