play场景改名game,整理代码,重构GAME.frame相关内容,修复联网录像播放不正确
This commit is contained in:
@@ -349,7 +349,7 @@ end
|
||||
function love.focus(f)
|
||||
if f then
|
||||
love.timer.step()
|
||||
elseif SCN.cur=="play"and SETTING.autoPause then
|
||||
elseif SCN.cur=="game"and SETTING.autoPause then
|
||||
pauseGame()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user