new
This commit is contained in:
parent
1efe47fca0
commit
549dfb20b5
BIN
webgl-build/Build/webgl-build.data.unityweb
Normal file
BIN
webgl-build/Build/webgl-build.data.unityweb
Normal file
Binary file not shown.
BIN
webgl-build/Build/webgl-build.framework.js.unityweb
Normal file
BIN
webgl-build/Build/webgl-build.framework.js.unityweb
Normal file
Binary file not shown.
BIN
webgl-build/Build/webgl-build.jpg
Normal file
BIN
webgl-build/Build/webgl-build.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
1
webgl-build/Build/webgl-build.loader.js
Normal file
1
webgl-build/Build/webgl-build.loader.js
Normal file
File diff suppressed because one or more lines are too long
BIN
webgl-build/Build/webgl-build.wasm.unityweb
Normal file
BIN
webgl-build/Build/webgl-build.wasm.unityweb
Normal file
Binary file not shown.
@ -6,8 +6,8 @@
|
|||||||
<title>Unity Web Player | Tetrisweeper</title>
|
<title>Unity Web Player | Tetrisweeper</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="text-align: center; padding: 0; border: 0; margin: 0;">
|
<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>
|
<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/Build.loader.js"></script>
|
<script src="Build/webgl-build.loader.js"></script>
|
||||||
<script>
|
<script>
|
||||||
if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
|
if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
|
||||||
// Mobile device style: fill the whole browser client area with the game canvas:
|
// Mobile device style: fill the whole browser client area with the game canvas:
|
||||||
@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
createUnityInstance(document.querySelector("#unity-canvas"), {
|
createUnityInstance(document.querySelector("#unity-canvas"), {
|
||||||
arguments: [],
|
arguments: [],
|
||||||
dataUrl: "Build/Build.data.unityweb",
|
dataUrl: "Build/webgl-build.data.unityweb",
|
||||||
frameworkUrl: "Build/Build.framework.js.unityweb",
|
frameworkUrl: "Build/webgl-build.framework.js.unityweb",
|
||||||
codeUrl: "Build/Build.wasm.unityweb",
|
codeUrl: "Build/webgl-build.wasm.unityweb",
|
||||||
streamingAssetsUrl: "StreamingAssets",
|
streamingAssetsUrl: "StreamingAssets",
|
||||||
companyName: "Kertis Jones Interactive",
|
companyName: "Kertis Jones Interactive",
|
||||||
productName: "Tetrisweeper",
|
productName: "Tetrisweeper",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user