设置添加软件锁,debug界面改为重置界面,进入方法调整

This commit is contained in:
MrZ_26
2020-08-11 17:57:57 +08:00
parent c1fd22f0b4
commit bebe4b96a3
6 changed files with 193 additions and 84 deletions

View File

@@ -7,6 +7,14 @@ local scr=scr
local sceneInit={}
sceneInit.quit=love.event.quit
function sceneInit.calculator()
sceneTemp={
reg=false,
val=0,
sym=false,
pass=false,
}
end
function sceneInit.load()
sceneTemp={
phase=1,--Loading stage
@@ -221,7 +229,6 @@ function sceneInit.help()
end
function sceneInit.staff()
sceneTemp={
pw=0,
time=0,
v=1,
}