Skip to content

Commit

Permalink
Fix starting level
Browse files Browse the repository at this point in the history
  • Loading branch information
44100hertz committed Jan 23, 2024
1 parent f34a846 commit 4630244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/redbricks/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function load() {
const gameSize = new Point(240, 240);
const playfield = new Playfield("playfield", gameSize);
let deathCount = 0;
let level = 4;
let level = 1;

let startTime;
function introduceLevel() {
Expand Down

0 comments on commit 4630244

Please sign in to comment.