From f180f880684106e5bfa58aec31eb7ddd9115f263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Tue, 29 Nov 2022 19:12:04 +0100 Subject: [PATCH] Corregido error en el texto de las teclas nuevas para moverse --- source/credits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/credits.cpp b/source/credits.cpp index 368d71f..ebcf856 100644 --- a/source/credits.cpp +++ b/source/credits.cpp @@ -144,7 +144,7 @@ void Credits::iniTexts() } else { - keys = "S,D AND W"; + keys = "A,D AND W"; } texts.clear();