修正三个不当颜色名

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

@@ -24,7 +24,7 @@ function scene.draw()
SCN.scenes.game.draw()
end
--Grey screen cover
--Gray screen cover
gc.setColor(.15,.15,.15,timer*1.26)
gc.push("transform")
gc.origin()