This commit is contained in:
MrZ_26
2020-02-19 17:41:23 +08:00
parent d02048f0dc
commit b8f57f5a1c
69 changed files with 479 additions and 393 deletions

View File

@@ -47,7 +47,7 @@ local sceneInit={
end
end,
mode=function()
curBG="black"
curBG="grey"
BGM("blank")
destroyPlayers()
local cam=mapCam
@@ -193,7 +193,6 @@ local backFunc={
pause=function()
love.keyboard.setKeyRepeat(true)
updateStat()
saveStat()
clearTask("play")
end,
setting_game= function()saveSetting()end,