mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Build 29179087
This commit is contained in:
parent
d70c26e2e6
commit
ce35eddf66
7 changed files with 72 additions and 14 deletions
|
@ -29,8 +29,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29172684
|
||||
versionName = "29172684"
|
||||
versionCode = 29179087
|
||||
versionName = "29179087"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
File diff suppressed because one or more lines are too long
14
dist/index.html
vendored
14
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 = "29172684";
|
||||
const VERSION = "29179087";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1617,7 +1617,40 @@
|
|||
"name": "Brazil",
|
||||
"size": 10,
|
||||
"bricks": "__________GGGGGGGGGGGGGGyyGGGGGGyybbyyGGGyyWWbbyyGyybbbWbbyyGyybbbWyyGGGyybbyyGGGGGGyyGGGGGGGGGGGGGG",
|
||||
"svg": null,
|
||||
"color": ""
|
||||
"credit": ""
|
||||
},
|
||||
{
|
||||
"name": "Profit motive",
|
||||
"size": 10,
|
||||
"bricks": "_________Bg_____RRR_g______rR_g_____r_R_g____r____g_r_r_____gr_r______r_________g_________ggggggggg_",
|
||||
"credit": "https://en.wikipedia.org/wiki/Profit_motive By Obigre"
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"size": 8,
|
||||
"bricks": "__________Wttt___ctWccW__Wtttcc__cctWtt__ccttct___tWWt__________",
|
||||
"name": "Home",
|
||||
"credit": "We don't have a planet B. By Obigre"
|
||||
},
|
||||
{
|
||||
"color": "#115988",
|
||||
"size": 6,
|
||||
"bricks": "g__g___g_gg__gg__kg_g_____g____gg___",
|
||||
"name": "Last leaf",
|
||||
"credit": "https://overshoot.footprintnetwork.org/about-earth-overshoot-day/ By Obigre"
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"size": 11,
|
||||
"bricks": "___ll______WWllll_____WWWlll______WWWlll_WW__WWWWllWWWC___WWWWW_C___WWWWW_C___WWWWWW____llWWWW_____WlW_________Wl________",
|
||||
"name": "Peaceful Dove",
|
||||
"credit": "Why do you hate ? By Obigre"
|
||||
},
|
||||
{
|
||||
"color": "#115988",
|
||||
"size": 8,
|
||||
"bricks": "ggWRRWggggWrrWggggWRRWggggWRRWggggWRyWggggWRRWggggWRRWggggWWWWgg",
|
||||
"name": "Corporate dress",
|
||||
"credit": "Modern slave dress, with luxury. By Obigre"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -864,5 +864,30 @@
|
|||
"required": ["pierce", "soft_reset", "sapper"],
|
||||
"forbidden": ["shocks", "asceticism", "hot_start"],
|
||||
"minScore": 16300
|
||||
},
|
||||
"Profit motive": {
|
||||
"required": ["ottawa_treaty", "hot_start", "compound_interest"],
|
||||
"forbidden": ["respawn", "rainbow", "bigger_explosions"],
|
||||
"minScore": 16400
|
||||
},
|
||||
"Home": {
|
||||
"required": ["ball_attracts_coins", "steering", "implosions"],
|
||||
"forbidden": ["ball_attract_ball", "base_combo", "right_is_lava"],
|
||||
"minScore": 16500
|
||||
},
|
||||
"Last leaf": {
|
||||
"required": ["wrap_left", "golden_goose", "nbricks"],
|
||||
"forbidden": ["trampoline", "sturdy_bricks", "corner_shot"],
|
||||
"minScore": 16600
|
||||
},
|
||||
"Peaceful Dove": {
|
||||
"required": ["golden_goose", "wrap_right", "bricks_attract_ball"],
|
||||
"forbidden": ["corner_shot", "wrap_left", "clairvoyant"],
|
||||
"minScore": 16700
|
||||
},
|
||||
"Corporate dress": {
|
||||
"required": ["metamorphosis", "helium", "superhot"],
|
||||
"forbidden": ["corner_shot", "passive_income", "pierce"],
|
||||
"minScore": 16800
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29172684"
|
||||
"29179087"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue