restructured targets

This commit is contained in:
Jonas Zeunert
2020-02-11 15:38:46 +01:00
parent 53d55d16f5
commit 82f1ad6ed8
91 changed files with 289 additions and 206 deletions

View File

@@ -0,0 +1,10 @@
from src.targets.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()