thiiiiings
This commit is contained in:
9
targets/canal/CanalButtonBottomTarget.py
Normal file
9
targets/canal/CanalButtonBottomTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class CanalButtonTopTarget(Target):
|
||||
def __init__(self):
|
||||
super(20000, "Canal Button Bottom")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
9
targets/canal/CanalButtonMiddleBottomTarget.py
Normal file
9
targets/canal/CanalButtonMiddleBottomTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class LeftLaneButton4Target(Target):
|
||||
def __init__(self):
|
||||
super(20000, "Canal Button Middle Bottom")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
9
targets/canal/CanalButtonMiddleTarget.py
Normal file
9
targets/canal/CanalButtonMiddleTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class LeftLaneButton3Target(Target):
|
||||
def __init__(self):
|
||||
super(20000, "Canal Button Middle")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
9
targets/canal/CanalButtonMiddleTopTarget.py
Normal file
9
targets/canal/CanalButtonMiddleTopTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class LeftLaneButton2Target(Target):
|
||||
def __init__(self):
|
||||
super(20000, "Canal Button Middle Top")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
8
targets/canal/CanalButtonTopTarget.py
Normal file
8
targets/canal/CanalButtonTopTarget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from targets.Target import Target
|
||||
|
||||
class LeftLaneButton1Target(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Left Lane Button #1')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
0
targets/canal/__init__.py
Normal file
0
targets/canal/__init__.py
Normal file
BIN
targets/canal/__pycache__/CanalButtonBottomTarget.cpython-38.pyc
Normal file
BIN
targets/canal/__pycache__/CanalButtonBottomTarget.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
targets/canal/__pycache__/CanalButtonMiddleTarget.cpython-38.pyc
Normal file
BIN
targets/canal/__pycache__/CanalButtonMiddleTarget.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
targets/canal/__pycache__/CanalButtonTopTarget.cpython-38.pyc
Normal file
BIN
targets/canal/__pycache__/CanalButtonTopTarget.cpython-38.pyc
Normal file
Binary file not shown.
BIN
targets/canal/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
targets/canal/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user