From e020b7c2041ed7e04194c02dc19eb9a95af2edce Mon Sep 17 00:00:00 2001 From: ne_mene Date: Fri, 27 Mar 2026 00:24:36 +0100 Subject: removed useless debug info --- main.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'main.lua') 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 -- cgit v1.3-2-g0d8e