diff options
| author | ne_mene <[email protected]> | 2026-03-27 00:24:36 +0100 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-27 00:24:36 +0100 |
| commit | e020b7c2041ed7e04194c02dc19eb9a95af2edce (patch) | |
| tree | 3e9dcaf1e77fc74611caf64de6546a7b223c58b8 | |
| parent | 32b24eb5b1ab78986df57f2c952d8b28f5c85929 (diff) | |
removed useless debug info
| -rw-r--r-- | main.lua | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |
