0.8.22pre1
This commit is contained in:
3
main.lua
3
main.lua
@@ -64,8 +64,9 @@ require("callback")
|
||||
--load files & settings
|
||||
local fs=love.filesystem
|
||||
if fs.getInfo("keymap.dat")then fs.remove("keymap.dat")end
|
||||
if fs.getInfo("setting.dat")then fs.remove("setting.dat")end
|
||||
|
||||
if fs.getInfo("setting.dat")then FILE.loadSetting()
|
||||
if fs.getInfo("settings.dat")then FILE.loadSetting()
|
||||
else
|
||||
-- firstRun=true
|
||||
if system=="Android"or system=="iOS" then
|
||||
|
||||
Reference in New Issue
Block a user