Build 29126617

This commit is contained in:
Renan LE CARO 2025-05-18 21:37:44 +02:00
parent 7f50b67c60
commit 3426b2fb50
7 changed files with 12 additions and 8 deletions

View file

@ -16,6 +16,10 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
## Done
- fixed wrap up icon
- added perk : chill : No more upgrades, unlimited levels.
## 29126551
- picky eater : +1 combo per color on screen per brick

View file

@ -29,8 +29,8 @@ android {
applicationId = "me.lecaro.breakout"
minSdk = 21
targetSdk = 34
versionCode = 29126616
versionName = "29126616"
versionCode = 29126617
versionName = "29126617"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true

File diff suppressed because one or more lines are too long

4
dist/index.html vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29126616";
const VERSION = "29126617";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29126616"
"29126617"

View file

@ -295,7 +295,7 @@
"upgrades.buoy.tooltip": "Coins float for {{duration}} seconds on the bottom line. ",
"upgrades.buoy.verbose_description": "Effect is most visible in mobile mode",
"upgrades.chill.name": "Chill",
"upgrades.chill.tooltip": "No upgrades, unlimited levels.",
"upgrades.chill.tooltip": "No more upgrades, unlimited levels.",
"upgrades.chill.verbose_description": "The ball will also accelerates much slower. ",
"upgrades.clairvoyant.name": "Clairvoyant",
"upgrades.clairvoyant.tooltip": "See upcoming levels, bricks HP and ball direction",