another test
This commit is contained in:
@@ -6,6 +6,7 @@ from Target import Target
|
|||||||
# points. Scores 10,000 points when not lit.
|
# points. Scores 10,000 points when not lit.
|
||||||
class FixedSpecialRedTarget(Target):
|
class FixedSpecialRedTarget(Target):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
logging.info("test")
|
||||||
super(10000, "Special Red")
|
super(10000, "Special Red")
|
||||||
|
|
||||||
def hit(self):
|
def hit(self):
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import logging
|
|||||||
|
|
||||||
class TopBankMiddleRight(BankTarget):
|
class TopBankMiddleRight(BankTarget):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
logging.info("test")
|
|
||||||
super(100, "Top Bank Middle Right")
|
super(100, "Top Bank Middle Right")
|
||||||
|
|
||||||
def hit(self):
|
def hit(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user