Added targets - not finished yet
This commit is contained in:
@@ -3,7 +3,7 @@ from Target import Target
|
||||
|
||||
class UPRightDropTarget(Target):
|
||||
def __init__(self):
|
||||
super()
|
||||
super(100000, "Upper Playfield Right Drop Target")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user