summary refs log tree commit diff
path: root/lib/player.fnl
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-22 13:42:54 -0500
committerequa <equaa@protonmail.com>2021-04-22 13:42:54 -0500
commit3c98f936af7754e9deb4912e54ec12a3df9b5938 (patch)
treee0d4299665116de3def40bb57e3d3fcb044c0af0 /lib/player.fnl
parentac0c1a1a6289998ed6f18a1f01772053d0b28d30 (diff)
bad scaling
Diffstat (limited to 'lib/player.fnl')
-rw-r--r--lib/player.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/player.fnl b/lib/player.fnl
index 5fca05a..1b10b51 100644
--- a/lib/player.fnl
+++ b/lib/player.fnl
@@ -46,7 +46,6 @@
   (love.graphics.polygon :fill -0.6 -0.4 0.6 0 -0.6 0.4))
 
 (fn collide [self game id x y]
-  (print "ow!")
   (tset game.entities id nil)
   (tset game.grid x y (cell.init cells.boom)))