mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Build 29069918
This commit is contained in:
parent
b565d47c56
commit
520173b7f9
7 changed files with 12 additions and 8 deletions
|
@ -29,6 +29,10 @@ Some upgrades currently are not really useful
|
|||
|
||||
## Done
|
||||
|
||||
## 29069860
|
||||
|
||||
- when rendering level icons, always use transparent background
|
||||
- resized some levels to use as flags, added some missing languages as levels
|
||||
- added machine translation, so that translators can try the game in their language first : ar,de,es,ko,ru,ur,uz,zh
|
||||
- change translation keys to get better sorted files
|
||||
- change fortunate ball to work more like coin magnet, carrying the balls around to catch them at next puck bounce
|
||||
|
|
|
@ -29,8 +29,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29069860
|
||||
versionName = "29069860"
|
||||
versionCode = 29069918
|
||||
versionName = "29069918"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
File diff suppressed because one or more lines are too long
4
dist/index.html
vendored
4
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29069860";
|
||||
const VERSION = "29069918";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29069860"
|
||||
"29069918"
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"play.menu_label": "Menú",
|
||||
"play.menu_tooltip": "Abrir el menú principal",
|
||||
"play.missed_ball": "Srta.",
|
||||
"play.mobile_press_to_play": "Mantenga pulsado aquí para reproducir",
|
||||
"play.mobile_press_to_play": "Mantener pulsado para jugar",
|
||||
"play.score_tooltip": "Consulta tu puntuación, mejoras y mucho más",
|
||||
"play.stats.coins_catch_rate": "Tasa de captura de monedas",
|
||||
"play.stats.levelMisses": "Disparos fallidos, en los que no aciertas nada",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue