Larger leap margin
This commit is contained in:
parent
3d7e6a981c
commit
ad46c81332
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user