Page 1 of 1

I need some help loading an external sprite sheet.

Posted: Sun Jun 10, 2018 1:56 am
by ThatChillHomie
Ive been trying to load his sprite sheet of mine but it keeps giving me an error saying it cant open the file and that it ' does not exist ' . Heres what ive done:

player = love.graphics.newImage("Desktop/Side Scroller/gfx/Sprite.png")



If anyone can help me that would be great :( , thanks

Re: I need some help loading an external sprite sheet.

Posted: Sun Jun 10, 2018 5:12 pm
by randomnovice
Hi, I think Love would usually access files either within the game folder or relative to its save directory.

Try putting your sprite file inside the game folder and take away the rest of the directory path.