@gamelearn/arcade-components 0.25.27 → 0.25.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
16
16
  // We need this to reuse GLTF and DRACO loaders for Arcade working
17
17
  // in Mobile devices, drei.useGLTF instances new loaders every time is
18
18
  // used
19
- var dracoDecoderPath = 'https://www.gstatic.com/draco/v1/decoders/'; // TODO: Maybe download those files to statics.gamelearn
19
+ // const dracoDecoderPath = 'https://www.gstatic.com/draco/v1/decoders/';
20
+ var dracoDecoderPath = 'https://www.gstatic.com/draco/versioned/decoders/1.4.2/'; // Changed to specific version because 1.4.3 seems to have issues
21
+ // TODO: Maybe download those files to statics.gamelearn
20
22
 
21
23
  var whiteImage = new Image();
22
24
  whiteImage.src = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "0.25.27",
4
+ "version": "0.25.29",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",