Added Labyrinth. /JL
This commit is contained in:
@@ -18,4 +18,5 @@ class PillType(Enum):
|
||||
|
||||
class Colors(Enum):
|
||||
Yellow = (255, 255, 0)
|
||||
Black = (0, 0, 0)
|
||||
Black = (0, 0, 0)
|
||||
Blue = (0, 0, 255)
|
||||
Reference in New Issue
Block a user