removed printh
This commit is contained in:
parent
71e3f6157e
commit
ff81acd40c
1
aabb2.p8
1
aabb2.p8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user