0.8.22pre1

This commit is contained in:
MrZ_26
2020-05-23 00:05:04 +08:00
parent 486a64cca3
commit 725eb4e26f
9 changed files with 38 additions and 35 deletions

View File

@@ -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