Move block working. /JL

This commit is contained in:
2025-04-22 20:23:05 +02:00
parent d5f9188865
commit 2e3460dca5
4 changed files with 19 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ class BrickColor(Enum):
Magenta = (255, 0, 255)
Yellow = (255, 255, 0)
Cyan = (0, 255, 255)
Black = (0, 0, 0)
class BrickState(Enum):
Current = 0