diff options
author | Florian Jung <flo@windfisch.org> | 2015-09-01 20:53:22 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-09-01 20:53:22 +0200 |
commit | 264117a76108ddc2e122f99be4c6155727d86c80 (patch) | |
tree | 56e342e9fe52af84450d1a8b745fae9c6607ce27 | |
parent | 7c1180a7b58e7b8c17c8dab297058d0c001386c6 (diff) |
marker stubs for nogui
-rw-r--r-- | nogui.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |