summaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rw-r--r--gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 1d7e312..6ba6f36 100644
--- a/gui.py
+++ b/gui.py
@@ -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))