diff --git a/Build/Builds.data b/Build/Builds.data index e491440..b1ec192 100644 Binary files a/Build/Builds.data and b/Build/Builds.data differ diff --git a/index.html b/index.html index ced9edc..816530e 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@
- +
@@ -93,8 +93,8 @@ } else { // Desktop style: Render the game canvas in a window that can be maximized to fullscreen: - canvas.style.width = "960px"; - canvas.style.height = "600px"; + canvas.style.width = "1920px"; + canvas.style.height = "1080px"; } loadingBar.style.display = "block";