mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Build 29046079
This commit is contained in:
parent
f3790b3334
commit
41b3e6f00b
11 changed files with 121 additions and 102 deletions
|
@ -14,7 +14,8 @@ import {
|
|||
import { getAudioContext, playPendingSounds } from "./sounds";
|
||||
import {
|
||||
currentLevelInfo,
|
||||
getRowColIndex, levelsListHTMl,
|
||||
getRowColIndex,
|
||||
levelsListHTMl,
|
||||
max_levels,
|
||||
pickedUpgradesHTMl,
|
||||
} from "./game_utils";
|
||||
|
@ -992,7 +993,7 @@ restart(
|
|||
telekinesis: 2,
|
||||
yoyo: 2,
|
||||
metamorphosis: 1,
|
||||
implosions:1
|
||||
implosions: 1,
|
||||
},
|
||||
}
|
||||
: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue