diff options
Diffstat (limited to 'player.lua')
-rw-r--r-- | player.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ function Player:update(dt) if self.body:isDestroyed() then return end -- # LOCALS local x,y = self.body:getLinearVelocity() - print(Controller.isDown(self:getControlSet(), "left")) + -- # VERTICAL MOVEMENT -- Jumping if self.jumpactive and self.jumptimer > 0 then |