Skip to content

Commit 1866c43

Browse files
committed
finished tutorial
1 parent bef4336 commit 1866c43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+5
-2
lines changed

Source/UI/GetLocalisedString.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ struct GetLocalisedString
1919
{
2020
return language_config[id];
2121
}
22-
debug_text.print("COULDN'T FIND A LOCALISATION FOR '" + id + "'");
23-
return id;
22+
debug_text.print("COULDN'T FIND A LOCALISATION FOR '#" + id + "'");
23+
return "#" + id;
2424
}
2525
std::string getLanguage() { return language_definition; }
2626

data/CONFIGS/ui_localised.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"tutorial": "TUTORIAL",
88
"back": "BACK",
99
"continue": "CONTINUE",
10+
"tutorial_next": "PRESS 'ACTIVATE' KEY TO CONTINUE...",
1011

1112
"game_won": "YOU WON!",
1213
"game_lost": "YOU LOST.",
@@ -115,6 +116,7 @@
115116
"tutorial": "DIDACTICIEL",
116117
"back": "RETOUR",
117118
"continue": "CONTINUER",
119+
"tutorial_next": "APPUYEZ SUR LA TOUCHE 'ACTIVATE' POUR CONTINUER ...",
118120

119121
"game_won": "LA VICTOIRE!",
120122
"game_lost": "ECHOUE.",
@@ -221,6 +223,7 @@
221223
"tutorial": "TUTORIAL",
222224
"back": "ATRAS",
223225
"continue": "CONTINUAR",
226+
"tutorial_next": "PULSE 'ACTIVAR' CLAVE PARA CONTINUAR ...",
224227

225228
"game_won": "GANASTE!",
226229
"game_lost": "PERDISTE.",

data/UI/TUTORIAL/ENGLISH/0.jpg

14.4 KB

data/UI/TUTORIAL/ENGLISH/14.jpg

1.39 KB

data/UI/TUTORIAL/FRENCH/0.jpg

442 KB

data/UI/TUTORIAL/FRENCH/1.jpg

326 KB

data/UI/TUTORIAL/FRENCH/10.jpg

319 KB

data/UI/TUTORIAL/FRENCH/11.jpg

338 KB

data/UI/TUTORIAL/FRENCH/12.jpg

280 KB

data/UI/TUTORIAL/FRENCH/13.jpg

309 KB

0 commit comments

Comments
 (0)