It isn't created when calling the script so there is no save folder to go to.
Code: Select all
C:\Users\<username>\AppData\Roaming\LOVE
I created it by hand now, but even then I can't make a new folder inside with mkdir
Is there any way to let the game make this folder?
This is the current code:
Code: Select all
function loadGame:enter()
local files = ''
love.filesystem.mkdir("SpaceSim")
end