Update actors/enums.py
This commit is contained in:
@@ -26,6 +26,9 @@ class Colors(Enum):
|
||||
Blue = (0, 0, 255)
|
||||
Cyan = (0, 255, 255)
|
||||
Magenta = (255, 0, 255)
|
||||
WHITE = (255, 255, 255)
|
||||
RED = (255, 0, 0)
|
||||
# add others as needed
|
||||
|
||||
class GhostColor(Enum):
|
||||
BLINKY = (255, 0, 0)
|
||||
|
Reference in New Issue
Block a user