This commit is contained in:
2024-06-12 19:02:03 +03:00
parent 7d18d380ab
commit c31d902074
23 changed files with 8 additions and 123 deletions

View File

@@ -44,7 +44,7 @@ function Baleba:update()
if self.player == nil or self.player.isMovingRight() == false then
self.xVelocity = self.standrate
else
self.xVelocity = 2 + self.standrate
self.xVelocity = 1.2 + self.standrate
end
self:moveTo(self.x - self.xVelocity, self.y)