off by 1
This commit is contained in:
parent
93792c36c9
commit
98f56328a6
@ -7,14 +7,14 @@ __lua__
|
||||
function _draw()
|
||||
cls()
|
||||
-- hud placeholder
|
||||
|
||||
|
||||
rectfill(112, 0, 127, 127,0x56)
|
||||
rect(112,0,127,127,7)
|
||||
line(127,1,127,127,5)
|
||||
line(113,127)
|
||||
|
||||
glow_box(0, 0, 55, 100, 4, 10, 1)
|
||||
glow_box (0, 101, 111, 128, 4, 10, 1)
|
||||
glow_box (0, 101, 111, 127, 4, 10, 1)
|
||||
if t()%1>0.5 then
|
||||
glow_box(56, 0, 111, 100, 14, 7, 1)
|
||||
else
|
||||
@ -35,3 +35,4 @@ function glow_box(x0, y0, x1, y1, c0, c1, cf)
|
||||
fillp()
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user