整理代码,test场景可以退出了

This commit is contained in:
MrZ626
2021-06-08 06:18:28 +08:00
parent 6428cb39a5
commit 83f037b704
5 changed files with 15 additions and 4 deletions

View File

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