整理代码

This commit is contained in:
MrZ626
2021-08-28 23:23:51 +08:00
parent 3a2b531d4c
commit 7eb243a18f
2 changed files with 4 additions and 4 deletions

View File

@@ -466,7 +466,7 @@ function scene.draw()
local d=25-prevSpawnTime*25
rectangle('line',x*160+163-d,y*160-117-d,154+2*d,154+2*d,15)
--Touch control boarder line
--Touch control border line
if tapControl then
gc.setLineWidth(6)
setColor(1,1,1,.2)