This commit is contained in:
MrZ_26
2020-02-20 00:44:51 +08:00
parent b8f57f5a1c
commit 527352ce15
21 changed files with 61 additions and 47 deletions

View File

@@ -47,7 +47,7 @@ local sceneInit={
end
end,
mode=function()
curBG="grey"
curBG="none"
BGM("blank")
destroyPlayers()
local cam=mapCam
@@ -160,7 +160,7 @@ local sceneInit={
}
end,
history=function()
curBG="lightGrey"
curBG="strap"
sceneTemp={require("updateLog"),1}--scroll pos
end,
quit=function()