@galacean/engine 2.0.0-alpha.35 → 2.0.0-alpha.36
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/browser.js +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/bundled.module.js +1 -1
- package/dist/bundled.module.min.js +1 -1
- package/dist/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +6 -6
package/dist/bundled.module.js
CHANGED
|
@@ -92198,7 +92198,7 @@ EXT_texture_webp = __decorate([
|
|
|
92198
92198
|
], EXT_texture_webp);
|
|
92199
92199
|
|
|
92200
92200
|
//@ts-ignore
|
|
92201
|
-
var version = "2.0.0-alpha.
|
|
92201
|
+
var version = "2.0.0-alpha.36";
|
|
92202
92202
|
console.log("Galacean Engine Version: " + version);
|
|
92203
92203
|
for(var key in CoreObjects){
|
|
92204
92204
|
Loader.registerClass(key, CoreObjects[key]);
|