From ff81acd40cca89d65ba1ecb543074b21b136bc1e Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 7 Apr 2025 13:18:19 +0200 Subject: [PATCH] removed printh --- aabb2.p8 | 1 - 1 file changed, 1 deletion(-) diff --git a/aabb2.p8 b/aabb2.p8 index 2e55452..f814b05 100644 --- a/aabb2.p8 +++ b/aabb2.p8 @@ -48,7 +48,6 @@ local player = { -- align with the current cell self.x = flr(self.x / 8) * 8 self.y = flr(self.y / 8) * 8 - printh(self.x .. ", " .. self.y) end -- apply movement