removed printh

This commit is contained in:
Simon Cambier 2025-04-07 13:18:19 +02:00
parent 71e3f6157e
commit ff81acd40c

View File

@ -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