Skip to content

Commit

Permalink
Update the web build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Pétremann committed Jun 14, 2017
1 parent deb3749 commit e07f8d3
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Binary file added docs/Build/Web.asm.code.unityweb
Binary file not shown.
Binary file added docs/Build/Web.asm.framework.unityweb
Binary file not shown.
Binary file added docs/Build/Web.asm.memory.unityweb
Binary file not shown.
Binary file added docs/Build/Web.data.unityweb
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/Build/Web.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"TOTAL_MEMORY": 268435456,
"dataUrl": "Web.data.unityweb",
"asmCodeUrl": "Web.asm.code.unityweb",
"asmMemoryUrl": "Web.asm.memory.unityweb",
"asmFrameworkUrl": "Web.asm.framework.unityweb",
"splashScreenStyle": "Dark",
"backgroundColor": "#222C36"
}
Binary file removed docs/Build/docs.asm.code.unityweb
Binary file not shown.
Binary file removed docs/Build/docs.asm.framework.unityweb
Binary file not shown.
Binary file removed docs/Build/docs.asm.memory.unityweb
Binary file not shown.
Binary file removed docs/Build/docs.data.unityweb
Binary file not shown.
9 changes: 0 additions & 9 deletions docs/Build/docs.json

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/docs.json", {onProgress: UnityProgress});
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/Web.json", {onProgress: UnityProgress});
</script>
</head>
<body>
Expand Down

0 comments on commit e07f8d3

Please sign in to comment.