alpha 2
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user