mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29071903
This commit is contained in:
parent
1b94bcd6be
commit
96aae001b4
7 changed files with 10 additions and 10 deletions
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29071900
|
versionCode = 29071903
|
||||||
versionName = "29071900"
|
versionName = "29071903"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
useSupportLibrary = true
|
useSupportLibrary = true
|
||||||
|
|
File diff suppressed because one or more lines are too long
6
dist/index.html
vendored
6
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
// The version of the cache.
|
// The version of the cache.
|
||||||
const VERSION = "29071900";
|
const VERSION = "29071903";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29071900"
|
"29071903"
|
||||||
|
|
|
@ -221,7 +221,7 @@
|
||||||
"upgrades.implosions.tooltip": "Explosions suck coins in instead of blowing them out",
|
"upgrades.implosions.tooltip": "Explosions suck coins in instead of blowing them out",
|
||||||
"upgrades.implosions.verbose_description": "The explosion force is applied the other way. Further levels act as \"bigger explosion\"",
|
"upgrades.implosions.verbose_description": "The explosion force is applied the other way. Further levels act as \"bigger explosion\"",
|
||||||
"upgrades.instant_upgrade.name": "Instant upgrade",
|
"upgrades.instant_upgrade.name": "Instant upgrade",
|
||||||
"upgrades.instant_upgrade.tooltip": "+1 upgrade now, -1 choice until game end.",
|
"upgrades.instant_upgrade.tooltip": "+2 upgrade now, -1 choice until game end.",
|
||||||
"upgrades.instant_upgrade.verbose_description": "Immediately pick two upgrades, so that you get one free one and one to repay the one used to get this perk. Every further menu to pick upgrades will have fewer options to choose from.",
|
"upgrades.instant_upgrade.verbose_description": "Immediately pick two upgrades, so that you get one free one and one to repay the one used to get this perk. Every further menu to pick upgrades will have fewer options to choose from.",
|
||||||
"upgrades.left_is_lava.name": "Avoid left side",
|
"upgrades.left_is_lava.name": "Avoid left side",
|
||||||
"upgrades.left_is_lava.tooltip": "+{{lvl}} combo per brick broken. Combo resets if ball hits the left side of the screen",
|
"upgrades.left_is_lava.tooltip": "+{{lvl}} combo per brick broken. Combo resets if ball hits the left side of the screen",
|
||||||
|
|
|
@ -221,7 +221,7 @@
|
||||||
"upgrades.implosions.tooltip": "Les explosions aspirent les pièces au lieu de les faire exploser.",
|
"upgrades.implosions.tooltip": "Les explosions aspirent les pièces au lieu de les faire exploser.",
|
||||||
"upgrades.implosions.verbose_description": "La force d’explosion est appliquée dans l’autre sens. Les niveaux 2+ augmentent la puissance de l'implosion. ",
|
"upgrades.implosions.verbose_description": "La force d’explosion est appliquée dans l’autre sens. Les niveaux 2+ augmentent la puissance de l'implosion. ",
|
||||||
"upgrades.instant_upgrade.name": "Un tiens vaut deux tu l'auras",
|
"upgrades.instant_upgrade.name": "Un tiens vaut deux tu l'auras",
|
||||||
"upgrades.instant_upgrade.tooltip": "-1 amélioration maintenant, mais un choix de mois jusqu'à la fin de la partie.",
|
"upgrades.instant_upgrade.tooltip": "+2 améliorations, -1 choix jusqu'à la fin de la partie.",
|
||||||
"upgrades.instant_upgrade.verbose_description": "Choisissez immédiatement deux améliorations, afin d'en obtenir une gratuite et une autre pour rembourser celle utilisée pour obtenir cet avantage. Chaque fois que vous choisirez des améliorations dans le menu suivant, vous aurez moins de choix.",
|
"upgrades.instant_upgrade.verbose_description": "Choisissez immédiatement deux améliorations, afin d'en obtenir une gratuite et une autre pour rembourser celle utilisée pour obtenir cet avantage. Chaque fois que vous choisirez des améliorations dans le menu suivant, vous aurez moins de choix.",
|
||||||
"upgrades.left_is_lava.name": "Éviter le côté gauche",
|
"upgrades.left_is_lava.name": "Éviter le côté gauche",
|
||||||
"upgrades.left_is_lava.tooltip": "+{{lvl}} combo par brique, perdu en touchant le bord gauche",
|
"upgrades.left_is_lava.tooltip": "+{{lvl}} combo par brique, perdu en touchant le bord gauche",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue