working on new font engine

This commit is contained in:
2021-08-26 13:59:25 +02:00
parent 5768c1f7a2
commit e93aba2522
11 changed files with 160 additions and 176 deletions

View File

@@ -280,6 +280,28 @@ const std::string gTextStrings[MAX_TEXT_STRINGS][3] =
"2 JUGADORS",
"2 PLAYERS"},
// MARCADOR
// 53 - MENU DEL TITULO (2 JUGADORES)
{"jugador 1",
"jugador 2",
"player 1"},
// 54 - MENU DEL TITULO (2 JUGADORES)
{"jugador 2",
"jugador 2",
"player 2"},
// 55 - MENU DEL TITULO (2 JUGADORES)
{"mult - ",
"mult - ",
"mult - "},
// 56 - MENU DEL TITULO (2 JUGADORES)
{"max. puntuacion - ",
"max. puntuacio - ",
"high score - "},
};
void initTextStrings(std::string *textStrings, Uint8 lang);