aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-27 00:24:36 +0100
committerne_mene <[email protected]>2026-03-27 00:24:36 +0100
commite020b7c2041ed7e04194c02dc19eb9a95af2edce (patch)
tree3e9dcaf1e77fc74611caf64de6546a7b223c58b8
parent32b24eb5b1ab78986df57f2c952d8b28f5c85929 (diff)
removed useless debug info
-rw-r--r--main.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.lua b/main.lua
index 185a2ae..5bd9108 100644
--- a/main.lua
+++ b/main.lua
@@ -46,13 +46,6 @@ function love.draw(dt)
im.end_step()
lg.print(tostring(love.timer.getFPS()))
- -- lg.print("left "..tostring(player.box:touching_left()), 0, 20)
- -- lg.print("right "..tostring(player.box:touching_right()), 0, 40)
- -- lg.print("horizontal "..tostring(player.box:touching_horizontal()), 0, 60)
- -- lg.print("up "..tostring(player.box:touching_up()), 0, 80)
- -- lg.print("down "..tostring(player.box:touching_down()), 0, 100)
- -- lg.print("vertical "..tostring(player.box:touching_vertical()), 0, 120)
- -- lg.print("any "..tostring(player.box:touching()), 0, 140)
input_step()
end