took out debug box in short exammple

This commit is contained in:
Tim Anema 2014-12-11 22:00:06 -05:00
parent 485e314539
commit 6c87407a6f

View File

@ -162,9 +162,7 @@ function love.draw()
love.graphics.polygon("fill", polygonTest:getPoints())
love.graphics.setColor(255, 255, 255)
love.graphics.draw(image, 64 - image:getWidth() * 0.5, 64 - image:getHeight() * 0.5)
end)
love.graphics.rectangle('line', lightMouse.x - lightMouse.range, lightMouse.y - lightMouse.range, lightMouse.range*2, lightMouse.range*2)
love.graphics.pop()
love.graphics.setBlendMode("alpha")