Added a "timed out" status.
This commit is contained in:
parent
66ac05c00b
commit
c0081e2bcb
2 changed files with 8 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue