From dd857ee3bb9fb07c260f51ab4669944d48324eea Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 20:46:58 +0200 Subject: Some progress on main scene + combinator --- out/html/index.pck | Bin 297988 -> 288180 bytes out/html/indexfs.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'out') diff --git a/out/html/index.pck b/out/html/index.pck index 62c1658..c426cc7 100644 Binary files a/out/html/index.pck and b/out/html/index.pck differ diff --git a/out/html/indexfs.js b/out/html/indexfs.js index 47555e3..d79a4a1 100644 --- a/out/html/indexfs.js +++ b/out/html/indexfs.js @@ -8,7 +8,7 @@ if (!Module.expectedDataFileDownloads) { Module.expectedDataFileDownloads++; (function() { - const PACK_FILE_NAME = 'index.pck'; const PACK_FILE_SIZE = 297988; function fetchRemotePackage(packageName, callback, errback) { + const PACK_FILE_NAME = 'index.pck'; const PACK_FILE_SIZE = 288180; function fetchRemotePackage(packageName, callback, errback) { var xhr = new XMLHttpRequest(); xhr.open('GET', packageName, true); xhr.responseType = 'arraybuffer'; -- cgit v1.2.3-70-g09d2