lang: convertits els fitxers de text a json
This commit is contained in:
@@ -396,39 +396,39 @@ void Intro::initTexts()
|
||||
}
|
||||
|
||||
// Un dia qualsevol de l'any 2000
|
||||
texts_.at(0)->setCaption(lang::getText(27));
|
||||
texts_.at(0)->setCaption(lang::getText("INTRO_27"));
|
||||
texts_.at(0)->setSpeed(8);
|
||||
|
||||
// Tot esta tranquil a la UPV
|
||||
texts_.at(1)->setCaption(lang::getText(28));
|
||||
texts_.at(1)->setCaption(lang::getText("INTRO_28"));
|
||||
texts_.at(1)->setSpeed(8);
|
||||
|
||||
// Fins que un desaprensiu...
|
||||
texts_.at(2)->setCaption(lang::getText(29));
|
||||
texts_.at(2)->setCaption(lang::getText("INTRO_29"));
|
||||
texts_.at(2)->setSpeed(12);
|
||||
|
||||
// HEY! ME ANE A FERME UN CORTAET...
|
||||
texts_.at(3)->setCaption(lang::getText(30));
|
||||
texts_.at(3)->setCaption(lang::getText("INTRO_30"));
|
||||
texts_.at(3)->setSpeed(8);
|
||||
|
||||
// UAAAAAAAAAAAAA!!!
|
||||
texts_.at(4)->setCaption(lang::getText(31));
|
||||
texts_.at(4)->setCaption(lang::getText("INTRO_31"));
|
||||
texts_.at(4)->setSpeed(1);
|
||||
|
||||
// Espera un moment...
|
||||
texts_.at(5)->setCaption(lang::getText(32));
|
||||
texts_.at(5)->setCaption(lang::getText("INTRO_32"));
|
||||
texts_.at(5)->setSpeed(16);
|
||||
|
||||
// Si resulta que no tinc solt!
|
||||
texts_.at(6)->setCaption(lang::getText(33));
|
||||
texts_.at(6)->setCaption(lang::getText("INTRO_33"));
|
||||
texts_.at(6)->setSpeed(2);
|
||||
|
||||
// MERDA DE MAQUINA!
|
||||
texts_.at(7)->setCaption(lang::getText(34));
|
||||
texts_.at(7)->setCaption(lang::getText("INTRO_34"));
|
||||
texts_.at(7)->setSpeed(3);
|
||||
|
||||
// Blop... blop... blop...
|
||||
texts_.at(8)->setCaption(lang::getText(35));
|
||||
texts_.at(8)->setCaption(lang::getText("INTRO_35"));
|
||||
texts_.at(8)->setSpeed(20);
|
||||
|
||||
for (auto &text : texts_)
|
||||
|
||||
Reference in New Issue
Block a user