fix font color
This commit is contained in:
parent
a9765bee1a
commit
9e52e65ad1
@ -85,7 +85,7 @@ function _draw()
|
||||
line(0,0,gdx/magnitude,gdy/magnitude,cols[magnitude] or 2)
|
||||
rectfill(0,0,gdx/magnitude,0,5)
|
||||
rectfill(0,0,0,gdy/magnitude,5)
|
||||
print("x: "..tostr(gdx).." y: "..tostr(gdy).."\nbase: "..tostr(bresult).."\ntrig: "..tostr(tresult).."\n\ndiff: "..tostr(delta),-63,-63)
|
||||
print("x: "..tostr(gdx).." y: "..tostr(gdy).."\nbase: "..tostr(bresult).."\ntrig: "..tostr(tresult).."\n\ndiff: "..tostr(delta),-63,-63,13)
|
||||
end
|
||||
|
||||
__gfx__
|
||||
|
Loading…
x
Reference in New Issue
Block a user