基本完成中途加入的观战

修复从联网游戏房间退出不会把GAME.playing置false
checkWarning的玩家改成输入而不是自动获取
整理代码
This commit is contained in:
MrZ_26
2022-11-03 18:06:28 +08:00
parent b2b5c99425
commit 43649c54a3
4 changed files with 63 additions and 51 deletions

View File

@@ -296,7 +296,7 @@ local function _update_common(dt)
end
-- Warning check
checkWarning(dt)
checkWarning(PLAYERS[1],dt)
end
function scene.update(dt)
trigGameRate=trigGameRate+gameRate