修正三个不当颜色名

This commit is contained in:
MrZ626
2021-04-18 23:21:56 +08:00
parent 59a612c6fc
commit 63d3f02abe
33 changed files with 218 additions and 218 deletions

View File

@@ -107,7 +107,7 @@ function scene.sceneInit()
mode=1
arcade=true
reset()
BG.set("grey")
BG.set("gray")
BGM.play("way")
love.keyboard.setKeyRepeat(false)
end