联网推进(观战功能测试)

This commit is contained in:
MrZ626
2021-05-18 19:52:29 +08:00
parent d07075ca9c
commit 5b43ff8c45
12 changed files with 123 additions and 62 deletions

View File

@@ -21,7 +21,7 @@ local scene={}
function scene.sceneInit(org)
BG.set()
destroyPlayers()
mapCam.zoomK=org=="main"and 5 or 1
mapCam.zoomK=org=='main'and 5 or 1
end
local function getK()