Update 404.js

This commit is contained in:
Nathanwoodburn 2020-12-12 13:18:20 +11:00
parent 94a87ce882
commit 945a56088a

4
404.js
View File

@ -387,7 +387,7 @@
loop(); loop();
}; };
invaderAsset.src = "//stillh.art/project/spaceInvaders/invader.gif"; invaderAsset.src = "/images/invader.gif";
}); });
@ -400,7 +400,7 @@
function initGameStart() { function initGameStart() {
if (window.innerWidth > 1200) { if (window.innerWidth > 1200) {
//screen.canvas.width = 1200; screen.canvas.width = 1200;
screen.canvas.height = 500; screen.canvas.height = 500;
gameSize = { gameSize = {
width: 1200, width: 1200,