Added game label

This commit is contained in:
2026-05-02 15:33:31 +02:00
parent 2f5b9e5ff2
commit c64fd0c9b4
4 changed files with 114 additions and 50 deletions

View File

@@ -54,7 +54,7 @@ Color getColorFromGameColor(GameColor color) {
case GameColor.green:
return Colors.green;
case GameColor.yellow:
return Colors.yellow;
return const Color(0xFFF7CA28);
case GameColor.purple:
return Colors.purple;
case GameColor.orange: