软件锁在加载资源前启动

This commit is contained in:
MrZ626
2020-10-13 21:09:22 +08:00
parent 47fda8e374
commit b9a886facf
2 changed files with 26 additions and 28 deletions

View File

@@ -439,7 +439,13 @@ function love.run()
local FCT=0--Framedraw counter
love.resize(gc.getWidth(),gc.getHeight())
SCN.init("load")--Scene Launch
--Scene Launch
if setting.appLock then
SCN.init("calculator")
else
SCN.init("load")
end
return function()
local _