mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
Build 29041687
This commit is contained in:
parent
fd158b9682
commit
775ca54b49
6 changed files with 8 additions and 8 deletions
|
@ -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
4
dist/index.html
vendored
|
@ -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
|
||||||
|
|
|
@ -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}`;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29041686"
|
"29041687"
|
||||||
|
|
|
@ -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"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue