arm小程序删除答错自动清空

整理代码 框架跟进
This commit is contained in:
MrZ_26
2023-08-11 18:29:30 +08:00
parent 540099a944
commit 3fbff37095
27 changed files with 149 additions and 157 deletions

View File

@@ -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