player pos is checked
This commit is contained in:
@ -5,4 +5,5 @@ class Ball:
|
||||
def __init__(self) -> None:
|
||||
self.x: float = config.BALL_SPAWN_POS_X
|
||||
self.y: float = config.BALL_SPAWN_POS_Y
|
||||
self.speed: float = config.BALL_SPEED_START
|
||||
|
Reference in New Issue
Block a user