Added projectile chceck for hit
This commit is contained in:
@@ -41,6 +41,7 @@ class Player(GameObject):
|
||||
super().__init__(name, pos_x, pos_y, width, height, image)
|
||||
self._speed = 10
|
||||
self.screen = screen
|
||||
self.points = 0
|
||||
|
||||
def handle_input(self, event:pygame.event.EventType):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user