summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-09-01 20:53:22 +0200
committerFlorian Jung <flo@windfisch.org>2015-09-01 20:53:22 +0200
commit264117a76108ddc2e122f99be4c6155727d86c80 (patch)
tree56e342e9fe52af84450d1a8b745fae9c6607ce27
parent7c1180a7b58e7b8c17c8dab297058d0c001386c6 (diff)
marker stubs for nogui
-rw-r--r--nogui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nogui.py b/nogui.py
index b2989de..4801a85 100644
--- a/nogui.py
+++ b/nogui.py
@@ -1,6 +1,9 @@
running = True
bot_input = True
+marker = [(0,0),(0,0),(0,0)]
+marker_updated = [True, True, True]
+
def draw_bar(rect, val, thresh=None, min=0, max=1, color=(0,0,0), barcolor=None, exceedcolor=(255,0,0), threshcolor=None):
pass