Added targets - not finished yet

This commit is contained in:
Jonas Zeunert
2020-01-23 22:24:03 +01:00
parent 222fd69ef7
commit c0e9b8f319
17 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from Target import Target
class RightOutlaneKickerTarget(Target):
def __init__(self):
super(10000, "Right Outlane Kicker")
#Scores 30000, 50000 when lit and advances 1-2-3-4-5 sequence
def hit(self):
super.hit()