randrange anpassung + rising ball rename
This commit is contained in:
@@ -3,7 +3,7 @@ from Target import Target
|
||||
|
||||
class RisingBallTarget(Target):
|
||||
def __init__(self):
|
||||
super().__init__(0, "Rising Ball")
|
||||
super().__init__(0, "Rising ball")
|
||||
|
||||
def hit(self):
|
||||
super().hit()
|
||||
Reference in New Issue
Block a user