Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
chvck committed Apr 22, 2017
1 parent bbb9e37 commit 74d600e
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Binary file added docs/Build/docs.asm.code.unityweb
Binary file not shown.
Binary file added docs/Build/docs.asm.framework.unityweb
Binary file not shown.
Binary file added docs/Build/docs.asm.memory.unityweb
Binary file not shown.
Binary file added docs/Build/docs.data.unityweb
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/Build/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"TOTAL_MEMORY": 268435456,
"dataUrl": "docs.data.unityweb",
"asmCodeUrl": "docs.asm.code.unityweb",
"asmMemoryUrl": "docs.asm.memory.unityweb",
"asmFrameworkUrl": "docs.asm.framework.unityweb",
"splashScreenStyle": "Dark",
"backgroundColor": "#222C36"
}
Binary file removed docs/Build/small-world.asm.code.unityweb
Binary file not shown.
Binary file removed docs/Build/small-world.asm.framework.unityweb
Binary file not shown.
Binary file removed docs/Build/small-world.asm.memory.unityweb
Binary file not shown.
Binary file removed docs/Build/small-world.data.unityweb
Binary file not shown.
9 changes: 0 additions & 9 deletions docs/Build/small-world.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/small-world.json", {onProgress: UnityProgress});
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/docs.json", {onProgress: UnityProgress});
</script>
</head>
<body>
Expand Down

0 comments on commit 74d600e

Please sign in to comment.