This commit is contained in:
Jonathan Jara 2025-05-25 16:12:17 -07:00
parent 1efe47fca0
commit 549dfb20b5
6 changed files with 6 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -6,8 +6,8 @@
<title>Unity Web Player | Tetrisweeper</title>
</head>
<body style="text-align: center; padding: 0; border: 0; margin: 0;">
<canvas id="unity-canvas" width=1200 height=675 tabindex="-1" style="width: 1200px; height: 675px; background: url('Build/Build.jpg') center / cover"></canvas>
<script src="Build/Build.loader.js"></script>
<canvas id="unity-canvas" width=1200 height=675 tabindex="-1" style="width: 1200px; height: 675px; background: url('Build/webgl-build.jpg') center / cover"></canvas>
<script src="Build/webgl-build.loader.js"></script>
<script>
if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
// Mobile device style: fill the whole browser client area with the game canvas:
@ -26,9 +26,9 @@
createUnityInstance(document.querySelector("#unity-canvas"), {
arguments: [],
dataUrl: "Build/Build.data.unityweb",
frameworkUrl: "Build/Build.framework.js.unityweb",
codeUrl: "Build/Build.wasm.unityweb",
dataUrl: "Build/webgl-build.data.unityweb",
frameworkUrl: "Build/webgl-build.framework.js.unityweb",
codeUrl: "Build/webgl-build.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "Kertis Jones Interactive",
productName: "Tetrisweeper",