Minor fix

This commit is contained in:
Nikolya Andreychik
2021-04-06 07:00:46 -07:00
parent 9cb409f515
commit 2aeb7b9a80
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class Player(pygame.sprite.Sprite):
self.hoverCount = 0
if self.isOnFloor:
self.speed = 0
self.speed = 0.0
if self.isDownJump:
self.isJumping = True