@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 +0 -0
- package/dist/browser.js +3 -2
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.zip +0 -0
- package/dist/main.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
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.
|
|
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]);
|