diff --git a/vacation.p8 b/vacation.p8 index f5f029f..17b8684 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -580,7 +580,7 @@ function collides(b1, b2) end function wordtarget:update() - if collides({self.x, self.y, self.w, 7}, self.phin:box()) then + if collides({self.x, self.y, self.w, 6}, self.phin:box()) then self:on_hit() return true end