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