@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 CHANGED
@@ -92204,7 +92204,7 @@
92204
92204
  ], EXT_texture_webp);
92205
92205
 
92206
92206
  //@ts-ignore
92207
- var version = "2.0.0-alpha.35";
92207
+ var version = "2.0.0-alpha.36";
92208
92208
  console.log("Galacean Engine Version: " + version);
92209
92209
  for(var key in CoreObjects){
92210
92210
  Loader.registerClass(key, CoreObjects[key]);