diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-30 17:19:41 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-30 17:19:41 +0200 |
commit | f88995ed18fa57ddb7ce7b00003e025f67d0db11 (patch) | |
tree | 3e3f3a850354bda1aca662ebb58bf0c9c6af405e /gui.py | |
parent | 87ed12e22d6319ad43bfb11a6da1ded39d7ba74e (diff) |
collect more data
Diffstat (limited to 'gui.py')
-rw-r--r-- | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -245,6 +245,7 @@ def draw_cell(cell): font_size = 16 draw_text((cx, cy + radius + 10), cell.name, (0, 0, 0), font_size, False, True) + draw_text((cx, cy + radius + 10 + font_size), str(cell.cid), (0,0,0), font_size, False, True) # surface = draw_text(cell.name, (0, 0, 0), font_size) # screen.blit(surface, (cx - (surface.get_width()/2), cy + radius + 5)) |