Added player score
This commit is contained in:
@@ -44,8 +44,6 @@ class Player(GameObject):
|
||||
self.points = 0
|
||||
|
||||
def handle_input(self, event:pygame.event.EventType):
|
||||
|
||||
|
||||
if(event.type == pygame.KEYDOWN and event.key == pygame.K_LEFT):
|
||||
self.keymap["left"] = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user