From f2606c3b574b2fe2e37ae6f6a9e4c56f8c29a839 Mon Sep 17 00:00:00 2001 From: rkaufman13 <16939591+rkaufman13@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:17:30 -0500 Subject: [PATCH] Rk/update index (#24) * update index html * hacky fix for bug * debug mode :D * debug mode should not actually be true D: --- 2048Invaders.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2048Invaders.js b/2048Invaders.js index 3254b02..3a90d53 100644 --- a/2048Invaders.js +++ b/2048Invaders.js @@ -18,4 +18,6 @@ const config = { }; const game = new Phaser.Game(config); -game.debugMode = true; +game.debugMode = false; + +