@galacean/engine 1.0.3 → 1.0.4

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.
package/dist/.DS_Store ADDED
Binary file
package/dist/browser.js CHANGED
@@ -17987,7 +17987,8 @@
17987
17987
  url = key ? "" + url + (url.indexOf("?") > -1 ? "&" : "?") + "q=" + key : url;
17988
17988
  promise = this.load({
17989
17989
  url: url,
17990
- type: this._editorResourceConfig[refId].type
17990
+ type: this._editorResourceConfig[refId].type,
17991
+ params: this._editorResourceConfig[refId].params
17991
17992
  });
17992
17993
  }
17993
17994
  return promise.then(function(item) {
@@ -38648,7 +38649,7 @@
38648
38649
  ], GALACEAN_animation_event);
38649
38650
 
38650
38651
  //@ts-ignore
38651
- var version = "1.0.3";
38652
+ var version = "1.0.4";
38652
38653
  console.log("Galacean engine version: " + version);
38653
38654
  for(var key in CoreObjects){
38654
38655
  Loader.registerClass(key, CoreObjects[key]);