mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-26 15:06:16 -04:00
Build 29060048
This commit is contained in:
parent
866bf4164b
commit
a215237c17
7 changed files with 9 additions and 10 deletions
4
dist/index.html
vendored
4
dist/index.html
vendored
|
@ -1474,7 +1474,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) {
|
||||
module.exports = JSON.parse("\"29059827\"");
|
||||
module.exports = JSON.parse("\"29060048\"");
|
||||
|
||||
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
|
||||
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
|
||||
|
@ -4745,7 +4745,7 @@ function newGameState(params) {
|
|||
lastScoreIncrease: -1000,
|
||||
lastExplosion: -1000,
|
||||
lastBrickBroken: 0,
|
||||
highScore: parseFloat(localStorage.getItem("breakout-3-hsbreakout-3-hs-" + params?.mode) || "0"),
|
||||
highScore: parseFloat(localStorage.getItem("breakout-3-hs-" + params?.mode) || "0"),
|
||||
balls: [],
|
||||
ballsColor: "white",
|
||||
bricks: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue