Added targets - not finished yet
This commit is contained in:
@@ -5,7 +5,7 @@ from Target import Target
|
||||
# points. Scores 10,000 points when not lit.
|
||||
class FixedSpecialRedTarget(Target):
|
||||
def __init__(self):
|
||||
super()
|
||||
super(10000, "Fixed Special Red")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
@@ -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