working on 2p

This commit is contained in:
2021-08-24 13:01:33 +02:00
parent 52ea512eab
commit b61fd84e22
8 changed files with 199 additions and 147 deletions

View File

@@ -270,6 +270,16 @@ const std::string gTextStrings[MAX_TEXT_STRINGS][3] =
"FELICITATS!!",
"NICE!!"},
// 51 - MENU DEL TITULO (1 JUGADOR)
{"1 JUGADOR",
"1 JUGADOR",
"1 PLAYER"},
// 52 - MENU DEL TITULO (2 JUGADORES)
{"2 JUGADORES",
"2 JUGADORS",
"2 PLAYERS"},
};
void initTextStrings(std::string *textStrings, Uint8 lang);