修复暂停时设置能进入彩蛋模式 close #206

This commit is contained in:
MrZ626
2021-08-16 01:27:11 +08:00
parent 9dbb32c982
commit 45dce3210a
8 changed files with 18 additions and 8 deletions

View File

@@ -78,6 +78,10 @@ function scene.sceneInit(org)
NET.specSRID=false
end
end
function scene.sceneBack()
destroyPlayers()
GAME.playing=false
end
scene.mouseDown=NULL
function scene.mouseMove(x,y)netPLY.mouseMove(x,y)end