Skip to content

Commit

Permalink
Resolution Changed 1920x1080
Browse files Browse the repository at this point in the history
  • Loading branch information
SadevK95 authored Oct 16, 2024
1 parent 70329fa commit 65059d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified Build/Builds.data
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="unity-container" class="unity-desktop">
<canvas id="unity-canvas" width=960 height=600></canvas>
<canvas id="unity-canvas" width=1920 height=1080></canvas>
<div id="unity-loading-bar">
<div id="unity-logo"></div>
<div id="unity-progress-bar-empty">
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 65059d6

Please sign in to comment.