Minor style fixes

This commit is contained in:
2021-04-08 09:09:11 +03:00
parent 6f246354c7
commit c88f09405d
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -142,6 +142,7 @@ class Player(pygame.sprite.Sprite):
elif event.key in self.buttonsJump:
self.isDownJump = False
def calcMaxHoverCount(self, speed):
return 26.57 - 6.23*math.log(speed) + 23.82*(1/speed) + 0.086*speed