arm小程序删除答错自动清空
整理代码 框架跟进
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local gc=love.graphics
|
||||
|
||||
local int,abs=math.floor,math.abs
|
||||
local floor,abs=math.floor,math.abs
|
||||
local ins=table.insert
|
||||
local find=string.find
|
||||
|
||||
@@ -287,7 +287,7 @@ function scene.draw()
|
||||
|
||||
if searchWait>0 then
|
||||
local r=TIME()*2
|
||||
local R=int(r)%7+1
|
||||
local R=floor(r)%7+1
|
||||
gc.setColor(1,1,1,1-abs(r%1*2-1))
|
||||
gc.draw(TEXTURE.miniBlock[R],821,140,TIME()*10%6.2832,7,7,2*DSCP[R][0][2]+1,2*(#BLOCKS[R][0]-DSCP[R][0][1])-1)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user