tas功能需要到控制台使用tas命令开启,退出前有效

This commit is contained in:
MrZ626
2021-08-16 23:38:17 +08:00
parent 132cb89b90
commit 23e3dc465d
10 changed files with 29 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
--Var leak check
-- setmetatable(_G,{__newindex=function(self,k,v)print('>>'..k)print(debug.traceback():match("\n.-\n\t(.-): "))rawset(self,k,v)end})
--Declaration
--System Global Vars Declaration
local fs=love.filesystem
VERSION=require"version"
TIME=love.timer.getTime
@@ -30,6 +30,7 @@ SAVEDIR=fs.getSaveDirectory()
--Global Vars & Settings
FIRSTLAUNCH=false
DAILYLAUNCH=false
ALLOWTAS=false
--System setting
math.randomseed(os.time()*626)