Últimos retoques

This commit is contained in:
2022-11-12 18:50:02 +01:00
parent 274a96c89f
commit 8e778ce47e
18 changed files with 50 additions and 45 deletions

View File

@@ -145,12 +145,12 @@ void Credits::iniTexts()
texts.push_back({"KEYS:", stringToColor(options->palette, "yellow")});
texts.push_back({"", stringToColor(options->palette, "white")});
texts.push_back({"CURSORS: MOVE AND JUMP", stringToColor(options->palette, "white")});
texts.push_back({"F1-F4: CHANGE WINDOWS SIZE", stringToColor(options->palette, "white")});
texts.push_back({"F: SWITCH TO FULLSCREEN", stringToColor(options->palette, "white")});
texts.push_back({"B: SWITCH THE BORDER SCREEN", stringToColor(options->palette, "white")});
texts.push_back({"M: TURN ON/OFF THE MUSIC", stringToColor(options->palette, "white")});
texts.push_back({"ESC: LEAVE THE GAME", stringToColor(options->palette, "white")});
texts.push_back({"CURSORS TO MOVE AND JUMP", stringToColor(options->palette, "white")});
texts.push_back({"M TO TURN ON/OFF THE MUSIC", stringToColor(options->palette, "white")});
texts.push_back({"P TO PAUSE THE GAME", stringToColor(options->palette, "white")});
texts.push_back({"F1-F4 TO CHANGE WINDOWS SIZE", stringToColor(options->palette, "white")});
texts.push_back({"F TO SWITCH TO FULLSCREEN", stringToColor(options->palette, "white")});
texts.push_back({"B TO SWITCH THE BORDER SCREEN", stringToColor(options->palette, "white")});
texts.push_back({"", stringToColor(options->palette, "white")});
texts.push_back({"", stringToColor(options->palette, "white")});