summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-09-01 20:53:42 +0200
committerFlorian Jung <flo@windfisch.org>2015-09-01 20:53:42 +0200
commite4d9dc00a412b5bdd162be9f50984c2b6f275364 (patch)
tree8fc8bf3c691a89bc0d8675cbd67ebe48cbf1492a
parent7a836f4a0a68188a1486b669c4cd437b5f592a5d (diff)
parent264117a76108ddc2e122f99be4c6155727d86c80 (diff)
Merge branch 'master' into pathfinding
-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