优化联网游戏体验(统计数据结算、远程玩家死亡结算时机)

This commit is contained in:
MrZ_26
2022-10-28 16:33:19 +08:00
parent 6b16fcd5f5
commit e291a070f3
4 changed files with 21 additions and 5 deletions

View File

@@ -214,6 +214,7 @@ function scene.update(dt)
for i=1,#NETPLY.list do
NETPLY.list[i].readyMode='Standby'
end
NETPLY.freshPos()
NET.freshRoomAllReady()
return
else