Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Updated to Final Version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypertacos520 committed Dec 5, 2021
1 parent 99a1c90 commit bfbfd40
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Build/b6c6f7b8ed8f0a21bac695741957b6c9.js.unityweb
Binary file not shown.
Binary file removed Build/dd646e943153f84317a0023743a74bf9.wasm.unityweb
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<title>Unity WebGL Player | Dawson Thompson - Home</title>
</head>
<body style="text-align: center">
<canvas id="unity-canvas" width=960 height=600 style="width: 960px; height: 600px; background: #231F20"></canvas>
<canvas id="unity-canvas" width=1280 height=720 style="width: 1280px; height: 720px; background: #231F20"></canvas>
<script src="Build/9bc3f1f98d8a60f4a893dfd82ec5ca3c.js"></script>
<script>
createUnityInstance(document.querySelector("#unity-canvas"), {
dataUrl: "Build/a26f8955047c1f13d363795e76387e74.data.unityweb",
frameworkUrl: "Build/b6c6f7b8ed8f0a21bac695741957b6c9.js.unityweb",
codeUrl: "Build/dd646e943153f84317a0023743a74bf9.wasm.unityweb",
dataUrl: "Build/73855f0ff5fa59014aa8a75508504578.data.unityweb",
frameworkUrl: "Build/3dc1c14cecee445b01ea7e0a7f226588.js.unityweb",
codeUrl: "Build/4b631af8d3f85dba7e61bf2fdcee2714.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Dawson Thompson - Home",
Expand Down

0 comments on commit bfbfd40

Please sign in to comment.