Added a "timed out" status.

This commit is contained in:
Andrew Hamilton 2016-02-01 22:25:54 +00:00
parent 66ac05c00b
commit c0081e2bcb
2 changed files with 8 additions and 3 deletions

View file

@ -29,6 +29,7 @@ class Color:
grey_50 = (50, 50, 50)
grey_100 = (100, 100, 100)
light_blue = (90, 90, 255)
purple = (200, 0, 200)
class CharStyle: