removed printh
This commit is contained in:
@@ -48,7 +48,6 @@ local player = {
|
|||||||
-- align with the current cell
|
-- align with the current cell
|
||||||
self.x = flr(self.x / 8) * 8
|
self.x = flr(self.x / 8) * 8
|
||||||
self.y = flr(self.y / 8) * 8
|
self.y = flr(self.y / 8) * 8
|
||||||
printh(self.x .. ", " .. self.y)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- apply movement
|
-- apply movement
|
||||||
|
|||||||
Reference in New Issue
Block a user