@galacean/engine 1.3.24 → 1.4.0-alpha.0
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/README.md +1 -1
- package/dist/browser.js +14064 -15017
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +5 -5
- package/dist/miniprogram.js +0 -61
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Galacean is a **web-first** and **mobile-first** high-performance real-time inte
|
|
|
9
9
|
|
|
10
10
|
## Features
|
|
11
11
|
|
|
12
|
-
- 🖥 **Platform** - Suppport HTML5 and
|
|
12
|
+
- 🖥 **Platform** - Suppport HTML5 and wechat minigame
|
|
13
13
|
- 🔮 **Graphics** - Advanced 2D + 3D graphics engine
|
|
14
14
|
- 🏃 **Animation** - Powerful animation system
|
|
15
15
|
- 🧱 **Physics** - Powerful and easy-to-use physical features
|