working on new font engine
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user