Spaces:
Running
Running
rework game with new features
Browse files- .gitattributes +4 -0
- Build/{test_final_2.data β test_submission_opti.data} +2 -2
- Build/{test_final_2.framework.js β test_submission_opti.framework.js} +2 -2
- Build/{test_final_2.loader.js β test_submission_opti.loader.js} +1 -1
- Build/{test_final_2.wasm β test_submission_opti.wasm} +2 -2
- index.html +4 -4
.gitattributes
CHANGED
@@ -45,3 +45,7 @@ Build/test_final_2.data filter=lfs diff=lfs merge=lfs -text
|
|
45 |
Build/test_final_2.framework.js filter=lfs diff=lfs merge=lfs -text
|
46 |
Build/test_final_2.loader.js filter=lfs diff=lfs merge=lfs -text
|
47 |
Build/test_final_2.wasm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
45 |
Build/test_final_2.framework.js filter=lfs diff=lfs merge=lfs -text
|
46 |
Build/test_final_2.loader.js filter=lfs diff=lfs merge=lfs -text
|
47 |
Build/test_final_2.wasm filter=lfs diff=lfs merge=lfs -text
|
48 |
+
Build/test_submission_opti.data filter=lfs diff=lfs merge=lfs -text
|
49 |
+
Build/test_submission_opti.framework.js filter=lfs diff=lfs merge=lfs -text
|
50 |
+
Build/test_submission_opti.loader.js filter=lfs diff=lfs merge=lfs -text
|
51 |
+
Build/test_submission_opti.wasm filter=lfs diff=lfs merge=lfs -text
|
Build/{test_final_2.data β test_submission_opti.data}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c9e28eb5aa019927c0f5fd530fd3f14871e25f11b7e38037d44fce179f02576
|
3 |
+
size 50776600
|
Build/{test_final_2.framework.js β test_submission_opti.framework.js}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd226cc0d1ca4d0f8e16ca8560ffdcb3d202b4a9a75b4bdccba81c330c8dfc8
|
3 |
+
size 426223
|
Build/{test_final_2.loader.js β test_submission_opti.loader.js}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 26521
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0be5af26971d0bb8b5aff27c5df247ca8bdc2342df98ef26258d35ad9bd3ad08
|
3 |
size 26521
|
Build/{test_final_2.wasm β test_submission_opti.wasm}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6119abc9afcd09d25638dd34c5a0b9af9a82ea7a0cd51237b6c260c61a4dfe2b
|
3 |
+
size 41985090
|
index.html
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
<script>
|
26 |
const hideFullScreenButton = "true";
|
27 |
const buildUrl = "Build";
|
28 |
-
const loaderUrl = buildUrl + "/
|
29 |
const config = {
|
30 |
-
dataUrl: buildUrl + "/
|
31 |
-
frameworkUrl: buildUrl + "/
|
32 |
-
codeUrl: buildUrl + "/
|
33 |
streamingAssetsUrl: "StreamingAssets",
|
34 |
companyName: "NeuralJam",
|
35 |
productName: "NeuralJam",
|
|
|
25 |
<script>
|
26 |
const hideFullScreenButton = "true";
|
27 |
const buildUrl = "Build";
|
28 |
+
const loaderUrl = buildUrl + "/test_submission_opti.loader.js";
|
29 |
const config = {
|
30 |
+
dataUrl: buildUrl + "/test_submission_opti.data",
|
31 |
+
frameworkUrl: buildUrl + "/test_submission_opti.framework.js",
|
32 |
+
codeUrl: buildUrl + "/test_submission_opti.wasm",
|
33 |
streamingAssetsUrl: "StreamingAssets",
|
34 |
companyName: "NeuralJam",
|
35 |
productName: "NeuralJam",
|