@galacean/engine 2.0.0-alpha.22 → 2.0.0-alpha.23
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 +5 -5
package/dist/browser.js
CHANGED
|
@@ -54055,7 +54055,7 @@
|
|
|
54055
54055
|
], EXT_texture_webp);
|
|
54056
54056
|
|
|
54057
54057
|
//@ts-ignore
|
|
54058
|
-
var version = "2.0.0-alpha.
|
|
54058
|
+
var version = "2.0.0-alpha.23";
|
|
54059
54059
|
console.log("Galacean Engine Version: " + version);
|
|
54060
54060
|
for(var key in CoreObjects){
|
|
54061
54061
|
Loader.registerClass(key, CoreObjects[key]);
|