整理代码习惯,常量字符串改用单引号,可能有遗漏
This commit is contained in:
@@ -26,16 +26,16 @@ return{
|
||||
D.wave=D.wave+1
|
||||
if D.wave%10==0 then
|
||||
if D.wave==20 then
|
||||
P:showTextF(text.great,0,-140,100,"appear",.6)
|
||||
P:showTextF(text.great,0,-140,100,'appear',.6)
|
||||
P.gameEnv.pushSpeed=3
|
||||
elseif D.wave==50 then
|
||||
P:showTextF(text.maxspeed,0,-140,100,"appear",.6)
|
||||
P:showTextF(text.maxspeed,0,-140,100,'appear',.6)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end,
|
||||
bg="rainbow2",bgm="shining terminal",
|
||||
bg='rainbow2',bgm='shining terminal',
|
||||
},
|
||||
pauseLimit=true,
|
||||
load=function()
|
||||
|
||||
Reference in New Issue
Block a user