From c6c95ed54ac6ab63615b0c354b47236f498ed7fd Mon Sep 17 00:00:00 2001 From: "Squishy (C6H12O6+NaCl+H2O)" <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Sat, 25 May 2024 22:20:33 +0700 Subject: [PATCH] Add README file --- main.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.lua b/main.lua index 89657b8..324ec34 100644 --- a/main.lua +++ b/main.lua @@ -102,14 +102,14 @@ function love.draw() -- love.graphics.line(0, grid_height * iy, 640, grid_height * iy) -- end - local x, y = GLOBAL_TRANSFORM:inverseTransformPoint(love.mouse.getPosition()) - love.graphics.setColor(0, 0, 0, 0.8) - love.graphics.rectangle("fill", 5, 450, 115, 25) - drawText(string.format("X: %.1d; Y: %.1d", x, y), 10, 455, 110, "left") + -- local x, y = GLOBAL_TRANSFORM:inverseTransformPoint(love.mouse.getPosition()) + -- love.graphics.setColor(0, 0, 0, 0.8) + -- love.graphics.rectangle("fill", 5, 450, 115, 25) + -- drawText(string.format("X: %.1d; Y: %.1d", x, y), 10, 455, 110, "left") - love.graphics.setColor(1, 1, 1, 1) - love.graphics.setLineWidth(2) - love.graphics.rectangle("line", 0, 0, 640, 480) + -- love.graphics.setColor(1, 1, 1, 1) + -- love.graphics.setLineWidth(2) + -- love.graphics.rectangle("line", 0, 0, 640, 480) love.graphics.pop() end