changed position of debug text

This commit is contained in:
redlock 2011-03-25 19:50:40 +01:00
parent 808799e894
commit f91ff280dc

View File

@ -78,7 +78,7 @@ function lick.draw()
end
if lick.debug and lick.debugoutput then
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
drawok_old = not drawok
end