@galacean/engine 1.3.0 → 1.3.2
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 +1 -1
- package/dist/browser.js.map.zip +0 -0
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map.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
|
@@ -48030,7 +48030,7 @@
|
|
|
48030
48030
|
], KHR_materials_anisotropy);
|
|
48031
48031
|
|
|
48032
48032
|
//@ts-ignore
|
|
48033
|
-
var version = "1.3.
|
|
48033
|
+
var version = "1.3.2";
|
|
48034
48034
|
console.log("Galacean engine version: " + version);
|
|
48035
48035
|
for(var key in CoreObjects){
|
|
48036
48036
|
Loader.registerClass(key, CoreObjects[key]);
|
|
Binary file
|