There was an error while loading. Please reload this page.
1 parent 3af40d7 commit f1f6b62Copy full SHA for f1f6b62
src/components/zip-loader.js
@@ -6,7 +6,7 @@ const zipUrl = AFRAME.utils.getUrlParameter('zip');
6
7
AFRAME.registerComponent('zip-loader', {
8
schema: {
9
- id: {default: zipUrl ? '' : (AFRAME.utils.getUrlParameter('id') || '811')},
+ id: {default: zipUrl ? '' : (AFRAME.utils.getUrlParameter('id') || '22cc')},
10
isSafari: {default: false},
11
difficulty: {default: AFRAME.utils.getUrlParameter('difficulty')}
12
},
0 commit comments