mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Build 29210767
This commit is contained in:
parent
7eb95a968e
commit
c2ee762f3e
7 changed files with 23 additions and 7 deletions
|
@ -16,6 +16,11 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
||||||
|
|
||||||
## Done
|
## Done
|
||||||
|
|
||||||
|
## 29210760
|
||||||
|
|
||||||
|
- added level toadshield by Luca Bernd
|
||||||
|
- update translations
|
||||||
|
|
||||||
## 29196430
|
## 29196430
|
||||||
|
|
||||||
- added two levels : "Dead Meme" and "Taiwan"
|
- added two levels : "Dead Meme" and "Taiwan"
|
||||||
|
|
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29210760
|
versionCode = 29210767
|
||||||
versionName = "29210760"
|
versionName = "29210767"
|
||||||
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
|
@ -1,5 +1,5 @@
|
||||||
// The version of the cache.
|
// The version of the cache.
|
||||||
const VERSION = "29210760";
|
const VERSION = "29210767";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1668,10 +1668,16 @@
|
||||||
"credit": ""
|
"credit": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "#000000",
|
"name": "Toadshield",
|
||||||
"size": 14,
|
"size": 14,
|
||||||
"bricks": "cGaCkcGaC__kk_GakkcGaCk_kkakaC________kkkkC__GGkGkC_kk____GGaccaGGkk_a_GCkGkGGcGC__C_kGCGakaacC_CkkkGakkckcGG_kck__CGGCCGG__cG___kk___kk_cGa_Gakk_G_kkkGaCGaC__Ga___kaCkaCkcGaCkcGaCkcCkcGaCkcGaCkcc",
|
"bricks": "cGaCkcGaC__kk_GakkcGaCk_kkakaC________kkkkC__GGkGkC_kk____GGaccaGGkk_a_GCkGkGGcGC__C_kGCGakaacC_CkkkGakkckcGG_kck__CGGCCGG__cG___kk___kk_cGa_Gakk_G_kkkGaCGaC__Ga___kaCkaCkcGaCkcGaCkcCkcGaCkcGaCkcc",
|
||||||
"name": "Toadshield",
|
|
||||||
"credit": "By Luca Bernd "
|
"credit": "By Luca Bernd "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"size": 15,
|
||||||
|
"bricks": "____________________________________________________C_____________CCC___________CCCCC_________CCCCCCC_______CCCCCCCCC__________e______________e______________e______________e____________________________________________________",
|
||||||
|
"name": "Tree",
|
||||||
|
"credit": "A terrible tree by Topenvy"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -909,5 +909,10 @@
|
||||||
"required": ["trickledown", "sacrifice", "metamorphosis"],
|
"required": ["trickledown", "sacrifice", "metamorphosis"],
|
||||||
"forbidden": ["minefield", "happy_family", "addiction"],
|
"forbidden": ["minefield", "happy_family", "addiction"],
|
||||||
"minScore": 17200
|
"minScore": 17200
|
||||||
|
},
|
||||||
|
"Tree": {
|
||||||
|
"required": ["asceticism", "three_cushion", "trickledown"],
|
||||||
|
"forbidden": ["soft_reset", "compound_interest", "metamorphosis"],
|
||||||
|
"minScore": 17300
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29210760"
|
"29210767"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue