mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Looping works, almost
This commit is contained in:
parent
46f87556e1
commit
3d5547e786
12 changed files with 1116 additions and 918 deletions
14
src/game.ts
14
src/game.ts
|
@ -1008,22 +1008,26 @@ restart(
|
|||
(window.location.search.includes("stressTest") && {
|
||||
level: "Bird",
|
||||
perks: {
|
||||
// sapper: 1,
|
||||
// sapper: 5,
|
||||
// bigger_explosions: 20,
|
||||
// // unbounded: 1,
|
||||
// // pierce_color: 1,
|
||||
// pierce: 1,
|
||||
|
||||
streak_shots:1,
|
||||
// multiball: 6,
|
||||
// base_combo: 7,
|
||||
telekinesis: 2,
|
||||
yoyo: 2,
|
||||
// telekinesis: 2,
|
||||
// yoyo: 2,
|
||||
pierce:10,
|
||||
// metamorphosis: 1,
|
||||
// implosions: 1,
|
||||
// sturdy_bricks:5
|
||||
extra_life:3
|
||||
},
|
||||
debuffs:{
|
||||
|
||||
// fragility:3
|
||||
negative_coins:1
|
||||
// interference:20,
|
||||
}
|
||||
}) ||
|
||||
{},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue