silly reason my screenshots had an ugly black line down the left

This commit is contained in:
Kartik K. Agaram 2022-05-16 15:41:25 -07:00
parent 8f06b74eab
commit 21a4d8a67e

View File

@ -78,7 +78,7 @@ end
function love.draw()
button_handlers = {}
love.graphics.setColor(1, 1, 1)
love.graphics.rectangle('fill', 1, 1, screenw-1, screenh-1)
love.graphics.rectangle('fill', 0, 0, screenw-1, screenh-1)
love.graphics.setColor(0, 0, 0)
local text
local y = 0