From 264117a76108ddc2e122f99be4c6155727d86c80 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Tue, 1 Sep 2015 20:53:22 +0200 Subject: marker stubs for nogui --- nogui.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1