From 42ea2a5fc162e639098b39648944b397e9a3c1f4 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 14 Apr 2023 11:13:38 +0200 Subject: [PATCH] clean up --- RPI-Matrix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPI-Matrix.cs b/RPI-Matrix.cs index f43452d..2dcabed 100644 --- a/RPI-Matrix.cs +++ b/RPI-Matrix.cs @@ -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);