Skip to content

Commit

Permalink
Working on 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsolla committed Mar 28, 2022
1 parent 2c410d5 commit eee0525
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion TO-DO.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
##### TO-DO list #####

-------PRIORITY--------
nuevas palabras

-------OTHERS----------
mantener wotd
Expand Down
2 changes: 1 addition & 1 deletion lib/common/miscellaneous.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** APP VERSION */
const String appVersion = "1.1.4 Beta";
const String appVersion = "1.1.5";

/** PERSISTENT DATA */
bool colorBlind = false;
Expand Down
4 changes: 4 additions & 0 deletions lib/databases.dart
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ const List <String> gameDB = ["AARON",
"MAGNO",
"MAGRA",
"MAGRO",
"MAITE",
"MALLA",
"MALTA",
"MAMBO",
Expand Down Expand Up @@ -1193,6 +1194,7 @@ const List <String> gameDB = ["AARON",
"PABLO",
"PACER",
"PACTO",
"PADEL",
"PADRE",
"PAGAR",
"PALCO",
Expand Down Expand Up @@ -1673,6 +1675,8 @@ const List <String> gameDB = ["AARON",
"UNTAR",
"URANO",
"URGIR",
"USADA",
"USADO",
"USTED",
"USUAL",
"USURA",
Expand Down
12 changes: 6 additions & 6 deletions lib/pages/score_explanation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ class _ScoreExplanationState extends State<ScoreExplanation> {
textAlign: TextAlign.left,
),
Text(
"Acertar palabras te sumará puntos. Cuanto más rápido seas y "
"menos intentos necesites, más puntos obtendrás. Acertar "
"al primer intento otorga 10.000 puntos. No acertar en los "
"6 intentos resta 300 puntos.\n",
"Acertar palabras te sumará puntos.\n"
"Cuanto más rápido seas y menos intentos necesites, más puntos obtendrás.\n"
"Acertar al primer intento otorga 10.000 puntos.\n"
"No acertar en los 6 intentos resta 300 puntos.\n",
style: TextStyle(
fontSize: 15,
color: appBlack,
Expand Down Expand Up @@ -168,8 +168,8 @@ class _ScoreExplanationState extends State<ScoreExplanation> {
textAlign: TextAlign.left,
),
Text(
"Las rachas actúan de pequeños multiplicadores para la puntuación. "
"Obtendrás una racha acertando palabras consecutivamente. "
"Las rachas actúan de pequeños multiplicadores para la puntuación.\n"
"Obtendrás una racha acertando palabras consecutivamente.\n"
"Perder una partida supone regresar a una racha de 0.\n",
style: TextStyle(
fontSize: 15,
Expand Down

0 comments on commit eee0525

Please sign in to comment.