Larger leap margin

This commit is contained in:
theo@manjaro 2021-11-17 14:34:57 +01:00
parent 3d7e6a981c
commit ad46c81332
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class Player(Movable):
# Small leap in order to get out of the water
self.leaptimer = 1
self.leapmaxtimer = 1
self.leapmargin = 30 # Vertical margin for the leap
self.leapmaxtimer = 0.5
self.leapmargin = 35 # Vertical margin for the leap
self.gravityway = 1