From 7848c3b56bedc77289cc2bee4110902a78e898c8 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 11 Mar 2024 00:32:25 +0000 Subject: [PATCH] Update semag/roughdino/index.html --- semag/roughdino/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semag/roughdino/index.html b/semag/roughdino/index.html index 4025a608..f674ec9b 100644 --- a/semag/roughdino/index.html +++ b/semag/roughdino/index.html @@ -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 = "100%"; + canvas.style.height = "100%"; } loadingBar.style.display = "block";