working on new text engine

This commit is contained in:
2021-08-26 18:14:56 +02:00
parent 6d2fd16ec2
commit 3cb822ee6c
11 changed files with 664 additions and 60 deletions

View File

@@ -282,26 +282,31 @@ const std::string gTextStrings[MAX_TEXT_STRINGS][3] =
// MARCADOR
// 53 - MENU DEL TITULO (2 JUGADORES)
// 53 - JUGADOR 1
{"jugador 1",
"jugador 2",
"player 1"},
// 54 - MENU DEL TITULO (2 JUGADORES)
// 54 - JUGADOR 2
{"jugador 2",
"jugador 2",
"player 2"},
// 55 - MENU DEL TITULO (2 JUGADORES)
// 55 - MULTIPLICADOR
{"mult - ",
"mult - ",
"mult - "},
// 56 - MENU DEL TITULO (2 JUGADORES)
// 56 - MAXIMA PUNTUACION
{"max. puntuacion - ",
"max. puntuacio - ",
"high score - "},
// 57 - FASE
{"fase ",
"nivell ",
"stage "},
};
void initTextStrings(std::string *textStrings, Uint8 lang);