Update semag/roughdino/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 00:32:25 +00:00
parent cf2d3bf2bd
commit 7848c3b56b

View File

@ -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";