From c49239fa7e50f308df205abd060ec3e216b55c8e Mon Sep 17 00:00:00 2001 From: fortnitesucksass <125491335+fortnitesucksass@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:17:24 -0500 Subject: [PATCH] Update game.js --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index 0864638..f5b9956 100644 --- a/game.js +++ b/game.js @@ -299,7 +299,7 @@ window.onload = function(){ loadImages(sprites, function(imgs){ images = imgs; - start(); + (); }) }