基本完成中途加入的观战
修复从联网游戏房间退出不会把GAME.playing置false checkWarning的玩家改成输入而不是自动获取 整理代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user