This commit is contained in:
Baipyrus 2023-04-14 11:13:38 +02:00
parent 4f10d60575
commit 42ea2a5fc1

View File

@ -54,7 +54,7 @@ namespace RPI_Matrix {
canvas.DrawText(font, 0, 54, col, " ) SnakeGame");
canvas.DrawText(font, 0, 72, col, " ) FlappyBird");
canvas.DrawText(font, 0, 90, col, " ) Tetris");
canvas.DrawText(font, 0, 126, col, " ) Einstell.");
canvas.DrawText(font, 0, 126, col, " ) Einstellungen");
canvas.DrawText(font, 0, 144, col, " ) Beenden");
// Cursor is a '#' at (0, 24 + i * 8) where i may be [0, 1, 2, 3, 5]
int nx = selectionIndex + ((selectionIndex >= 3) ? 1 : 0);