mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-16 09:34:22 +00:00
changed position of debug text
This commit is contained in:
parent
808799e894
commit
f91ff280dc
@ -78,7 +78,7 @@ function lick.draw()
|
|||||||
end
|
end
|
||||||
if lick.debug and lick.debugoutput then
|
if lick.debug and lick.debugoutput then
|
||||||
love.graphics.setColor(255,255,255,120)
|
love.graphics.setColor(255,255,255,120)
|
||||||
love.graphics.print(lick.debugoutput, 0, 0)
|
love.graphics.printf(lick.debugoutput, (1024/2)+50, 0, 400, "right")
|
||||||
end
|
end
|
||||||
drawok_old = not drawok
|
drawok_old = not drawok
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user