Skip to content

Commit

Permalink
Rk/update index (#24)
Browse files Browse the repository at this point in the history
* update index html

* hacky fix for bug

* debug mode :D

* debug mode should not actually be true D:
  • Loading branch information
rkaufman13 authored Nov 21, 2023
1 parent cfd396b commit f2606c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 2048Invaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ const config = {
};

const game = new Phaser.Game(config);
game.debugMode = true;
game.debugMode = false;


0 comments on commit f2606c3

Please sign in to comment.