diff --git a/vacation.p8 b/vacation.p8 index 99034fd..a72b54a 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -344,7 +344,7 @@ function scoot:update() return end local t, range = self.f/self.frames, self.to - self.from - v.y = self.from + range * t * t + v.y = self.from + range * t * t * t end function scoot:draw()