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