This commit is contained in:
Renan LE CARO 2025-03-23 16:21:56 +01:00
parent 054b4a85c7
commit 6899b5cf36
6 changed files with 27 additions and 23 deletions

6
dist/index.html vendored
View file

@ -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");