From 945a56088aefc5b9d50097e4c39b7a5ac93fc395 Mon Sep 17 00:00:00 2001 From: Nathanwoodburn Date: Sat, 12 Dec 2020 13:18:20 +1100 Subject: [PATCH] Update 404.js --- 404.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/404.js b/404.js index c9ed40c..1ea514f 100644 --- a/404.js +++ b/404.js @@ -387,7 +387,7 @@ loop(); }; - invaderAsset.src = "//stillh.art/project/spaceInvaders/invader.gif"; + invaderAsset.src = "/images/invader.gif"; }); @@ -400,7 +400,7 @@ function initGameStart() { if (window.innerWidth > 1200) { - //screen.canvas.width = 1200; + screen.canvas.width = 1200; screen.canvas.height = 500; gameSize = { width: 1200,