diff options
| author | Florian Jung <flo@windfisch.org> | 2015-09-01 20:53:42 +0200 | 
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2015-09-01 20:53:42 +0200 | 
| commit | e4d9dc00a412b5bdd162be9f50984c2b6f275364 (patch) | |
| tree | 8fc8bf3c691a89bc0d8675cbd67ebe48cbf1492a | |
| parent | 7a836f4a0a68188a1486b669c4cd437b5f592a5d (diff) | |
| parent | 264117a76108ddc2e122f99be4c6155727d86c80 (diff) | |
Merge branch 'master' into pathfinding
| -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 | 
