mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
Build 29045721
This commit is contained in:
parent
054b4a85c7
commit
6899b5cf36
6 changed files with 27 additions and 23 deletions
6
dist/index.html
vendored
6
dist/index.html
vendored
|
@ -1303,8 +1303,8 @@ function restart(params) {
|
|||
(0, _recording.pauseRecording)();
|
||||
(0, _gameStateMutators.setLevel)(gameState, 0);
|
||||
}
|
||||
restart(window.location.search.includes('stressTest') ? {
|
||||
level: 'Bird',
|
||||
restart(window.location.search.includes("stressTest") ? {
|
||||
level: "Bird",
|
||||
perks: {
|
||||
sapper: 10,
|
||||
bigger_explosions: 1,
|
||||
|
@ -1362,7 +1362,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("\"29045711\"");
|
||||
module.exports = JSON.parse("\"29045721\"");
|
||||
|
||||
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
|
||||
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue