thiiiiings
This commit is contained in:
8
targets/slingshots/LeftSlingshotTarget.py
Normal file
8
targets/slingshots/LeftSlingshotTarget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from targets.Target import Target
|
||||
|
||||
class LeftSlingshotTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Left Slingshot')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
9
targets/slingshots/RightSlingshotTarget.py
Normal file
9
targets/slingshots/RightSlingshotTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class RightSlingshotTarget(Target):
|
||||
def __init__(self):
|
||||
super(10, "Right Slingshot")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
0
targets/slingshots/__init__.py
Normal file
0
targets/slingshots/__init__.py
Normal file
Binary file not shown.
Binary file not shown.
BIN
targets/slingshots/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
targets/slingshots/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user