mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Build 29064068
This commit is contained in:
parent
af85e6e50f
commit
e9f3f03bcf
6 changed files with 19 additions and 22 deletions
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29062946
|
versionCode = 29064068
|
||||||
versionName = "29062946"
|
versionName = "29064068"
|
||||||
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
27
dist/index.html
vendored
27
dist/index.html
vendored
|
@ -1124,20 +1124,17 @@ async function openSettingsMenu() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
for (const key of Object.keys((0, _options.options))){
|
for (const key of Object.keys((0, _options.options)))if ((0, _options.options)[key]) actions.push({
|
||||||
if (key == "record" && "__TAURI__" in window) continue;
|
icon: (0, _options.isOptionOn)(key) ? (0, _loadGameData.icons)["icon:checkmark_checked"] : (0, _loadGameData.icons)["icon:checkmark_unchecked"],
|
||||||
if ((0, _options.options)[key]) actions.push({
|
text: (0, _options.options)[key].name,
|
||||||
icon: (0, _options.isOptionOn)(key) ? (0, _loadGameData.icons)["icon:checkmark_checked"] : (0, _loadGameData.icons)["icon:checkmark_unchecked"],
|
help: (0, _options.options)[key].help,
|
||||||
text: (0, _options.options)[key].name,
|
value: ()=>{
|
||||||
help: (0, _options.options)[key].help,
|
(0, _options.toggleOption)(key);
|
||||||
value: ()=>{
|
fitSize();
|
||||||
(0, _options.toggleOption)(key);
|
applyFullScreenChoice();
|
||||||
fitSize();
|
openSettingsMenu();
|
||||||
applyFullScreenChoice();
|
}
|
||||||
openSettingsMenu();
|
});
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
actions.push({
|
actions.push({
|
||||||
icon: (0, _loadGameData.icons)["icon:download"],
|
icon: (0, _loadGameData.icons)["icon:download"],
|
||||||
text: (0, _i18N.t)("main_menu.download_save_file"),
|
text: (0, _i18N.t)("main_menu.download_save_file"),
|
||||||
|
@ -1497,7 +1494,7 @@ const upgrades = (0, _upgrades.rawUpgrades).map((u)=>({
|
||||||
}));
|
}));
|
||||||
|
|
||||||
},{"./data/palette.json":"ktRBU","./data/levels.json":"8JSUc","./data/version.json":"iyP6E","./upgrades":"1u3Dx","./getLevelBackground":"7OIPf","./levelIcon":"6rQoT","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"iyP6E":[function(require,module,exports,__globalThis) {
|
},{"./data/palette.json":"ktRBU","./data/levels.json":"8JSUc","./data/version.json":"iyP6E","./upgrades":"1u3Dx","./getLevelBackground":"7OIPf","./levelIcon":"6rQoT","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"iyP6E":[function(require,module,exports,__globalThis) {
|
||||||
module.exports = JSON.parse("\"29062946\"");
|
module.exports = JSON.parse("\"29064068\"");
|
||||||
|
|
||||||
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
|
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
|
||||||
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
|
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// The version of the cache.
|
// The version of the cache.
|
||||||
const VERSION = "29062946";
|
const VERSION = "29064068";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1198,7 +1198,7 @@
|
||||||
{
|
{
|
||||||
"name": "City",
|
"name": "City",
|
||||||
"size": 18,
|
"size": 18,
|
||||||
"bricks": "_____________________OO_______________OOOO_____________OOOOOO____________bbbbbb____________byybyb____________byybyb____________bbbbbb__OO________bybyyb_OOOO__kkk__bybyybOOOOOO_kkk__bbbbbbtttttt_kkk__byybybtyyyyt_kkk__byybybtyyyyt_kkk__bbbbbbtttttt__O___bybyybtytyyt__O___bybyybtttttt__O__llllllllllllllllllllllllllllllllllll",
|
"bricks": "_______yyy___bbbbb________yyy__ybyyb________yyy__ybyyb__tt___yyy_b_ybbbb_tttt______bbbbbbbtttttt_______ybyybbbbbbb_______ybyybbyybyb_____b_ybbbbbyybyb_____bbbbbbbbbbbbb__bb___bbbbbbybyyb_bbbb__ybyybbybyybbbbbbb_ybyybbbbbbbtttttt_ybbbbbyybybtyyyyt_bbbbbbyybybtyyyyt_bbbbbbbbbbbtttttt_byybybybyybtytyyt_byybybybyybtttttt_byybb",
|
||||||
"svg": null,
|
"svg": null,
|
||||||
"color": ""
|
"color": ""
|
||||||
},
|
},
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29062946"
|
"29064068"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue