mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 10:44:42 -04:00
Build 29126617
This commit is contained in:
parent
7f50b67c60
commit
3426b2fb50
7 changed files with 12 additions and 8 deletions
|
@ -16,6 +16,10 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
||||||
|
|
||||||
|
|
||||||
## Done
|
## Done
|
||||||
|
|
||||||
|
- fixed wrap up icon
|
||||||
|
- added perk : chill : No more upgrades, unlimited levels.
|
||||||
|
|
||||||
## 29126551
|
## 29126551
|
||||||
|
|
||||||
- picky eater : +1 combo per color on screen per brick
|
- picky eater : +1 combo per color on screen per brick
|
||||||
|
|
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29126616
|
versionCode = 29126617
|
||||||
versionName = "29126616"
|
versionName = "29126617"
|
||||||
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
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.
|
// The version of the cache.
|
||||||
const VERSION = "29126616";
|
const VERSION = "29126617";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29126616"
|
"29126617"
|
||||||
|
|
|
@ -295,7 +295,7 @@
|
||||||
"upgrades.buoy.tooltip": "Coins float for {{duration}} seconds on the bottom line. ",
|
"upgrades.buoy.tooltip": "Coins float for {{duration}} seconds on the bottom line. ",
|
||||||
"upgrades.buoy.verbose_description": "Effect is most visible in mobile mode",
|
"upgrades.buoy.verbose_description": "Effect is most visible in mobile mode",
|
||||||
"upgrades.chill.name": "Chill",
|
"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.chill.verbose_description": "The ball will also accelerates much slower. ",
|
||||||
"upgrades.clairvoyant.name": "Clairvoyant",
|
"upgrades.clairvoyant.name": "Clairvoyant",
|
||||||
"upgrades.clairvoyant.tooltip": "See upcoming levels, bricks HP and ball direction",
|
"upgrades.clairvoyant.tooltip": "See upcoming levels, bricks HP and ball direction",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue