调整登录流程里弹出的信息

This commit is contained in:
MrZ_26
2022-09-29 18:36:19 +08:00
parent d259e05ca7
commit f41999c019
13 changed files with 37 additions and 47 deletions

View File

@@ -16,7 +16,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})
-- setmetatable(_G,{__newindex=function(self,k,v)print('>>'..k..string.rep(" ",26-#k),debug.traceback():match("\n.-\n\t(.-): "))rawset(self,k,v)end})
--System Global Vars Declaration
local fs=love.filesystem
@@ -146,6 +146,7 @@ do--Z.setCursor
{'dCirc',8,8,7},
{'fCirc',8,8,3},
}
local _
Z.setCursor(function(time,x,y)
if not SETTING.sysCursor then
local R=math.floor((time+1)/2)%7+1