This commit is contained in:
Renan LE CARO 2025-03-20 21:07:54 +01:00
parent fd158b9682
commit 775ca54b49
6 changed files with 8 additions and 8 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "me.lecaro.breakout" applicationId = "me.lecaro.breakout"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 29041686 versionCode = 29041687
versionName = "29041686" versionName = "29041687"
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
View file

@ -1271,7 +1271,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("\"29041686\""); module.exports = JSON.parse("\"29041687\"");
},{}],"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");
@ -1825,7 +1825,7 @@ const rawUpgrades = [
threshold: 135000, threshold: 135000,
giftable: false, giftable: false,
id: "reach", id: "reach",
max: 3, max: 1,
name: (0, _i18N.t)("upgrades.reach.name"), name: (0, _i18N.t)("upgrades.reach.name"),
help: (lvl)=>(0, _i18N.t)("upgrades.reach.help", { help: (lvl)=>(0, _i18N.t)("upgrades.reach.help", {
lvl lvl

View file

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

View file

@ -1 +1 @@
"29041686" "29041687"

View file

@ -559,7 +559,7 @@ export const rawUpgrades = [
threshold: 135000, threshold: 135000,
giftable: false, giftable: false,
id: "reach", id: "reach",
max: 3, max: 1,
name: t("upgrades.reach.name"), name: t("upgrades.reach.name"),
help: (lvl: number) => t("upgrades.reach.help", { lvl }), help: (lvl: number) => t("upgrades.reach.help", { lvl }),
fullHelp: t("upgrades.reach.fullHelp"), fullHelp: t("upgrades.reach.fullHelp"),