Update 404.js

This commit is contained in:
Nathanwoodburn 2020-12-12 13:03:49 +11:00
parent a4c841adf3
commit a790f6f89f

2
404.js
View File

@ -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,