注释后加空格
联网稍微推进
This commit is contained in:
@@ -15,11 +15,11 @@ return{
|
||||
P:win('finish')
|
||||
else
|
||||
if D.wave<20 then
|
||||
local t=1500-30*D.wave--1500~900
|
||||
local t=1500-30*D.wave-- 1500~900
|
||||
table.insert(P.atkBuffer,{line=generateLine(P.holeRND:random(4,7)),amount=12,countdown=t,cd0=t,time=0,sent=false,lv=3})
|
||||
table.insert(P.atkBuffer,{line=generateLine(P.holeRND:random(3,8)),amount=10,countdown=t,cd0=t,time=0,sent=false,lv=4})
|
||||
else
|
||||
local t=900-10*(D.wave-20)--900~600
|
||||
local t=900-10*(D.wave-20)-- 900~600
|
||||
table.insert(P.atkBuffer,{line=generateLine(P.holeRND:random(10)),amount=14,countdown=t,cd0=t,time=0,sent=false,lv=4})
|
||||
table.insert(P.atkBuffer,{line=generateLine(P.holeRND:random(4,7)),amount=8,countdown=t,cd0=t,time=0,sent=false,lv=5})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user