mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Added level and fixed a bug
This commit is contained in:
parent
0df5d218a3
commit
31d22b52f3
6 changed files with 80 additions and 37 deletions
|
@ -976,7 +976,8 @@ export function restart(params: RunParams) {
|
|||
if (window.location.search.match(/autoplay|stress/)) {
|
||||
startComputerControlledGame(window.location.search.includes("stress"));
|
||||
} else {
|
||||
restart({});
|
||||
restart({
|
||||
});
|
||||
}
|
||||
|
||||
export function startComputerControlledGame(stress: boolean = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue