整理代码,表示键盘按键的字符串使用单引号

This commit is contained in:
MrZ626
2021-11-27 18:57:23 +08:00
parent 841faeede4
commit f6b4c1b109
48 changed files with 499 additions and 499 deletions

View File

@@ -23,7 +23,7 @@ end
function scene.keyDown(key,isRep)
if isRep then return end
if state==0 then
if key=="space"then
if key=='space'then
reset()
state=1
ct=60