mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 13:06:15 -04:00
Added sw
This commit is contained in:
parent
cdfe6a4978
commit
934670b2a7
11 changed files with 84 additions and 3 deletions
|
@ -17,6 +17,7 @@ import {putBallsAtPuck, resetBalls} from "./resetBalls";
|
|||
import {makeEmptyPerksMap, sumOfKeys} from "./game_utils";
|
||||
import {baseCombo, decreaseCombo, resetCombo} from "./combo";
|
||||
|
||||
import './sw_loader'
|
||||
|
||||
const gameCanvas = document.getElementById("game") as HTMLCanvasElement;
|
||||
const ctx = gameCanvas.getContext("2d", {
|
||||
|
@ -2382,6 +2383,7 @@ async function openSettingsPanel() {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
actions.push({
|
||||
text: "Sandbox mode",
|
||||
help:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue