blink life faster in market
This commit is contained in:
parent
361dcb7d0f
commit
40cbc4f630
|
@ -378,7 +378,8 @@ function drawLife(x,y,next)
|
||||||
pix(x+i,y+5,0)
|
pix(x+i,y+5,0)
|
||||||
pix(x+i,y+6,0)
|
pix(x+i,y+6,0)
|
||||||
end
|
end
|
||||||
if t%60 > 30 then
|
local blink=30
|
||||||
|
if t%blink > (blink/3) then
|
||||||
local potential=math.min(xmax,lifeLimit+next)
|
local potential=math.min(xmax,lifeLimit+next)
|
||||||
for i=lifeLimit,potential do
|
for i=lifeLimit,potential do
|
||||||
pix(x+i,y+1,8)
|
pix(x+i,y+1,8)
|
||||||
|
|
Loading…
Reference in a new issue