angry-pixel 2.0.21 → 2.1.1
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 +3 -3
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.d.ts +322 -92
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,12 +14,12 @@ Main features:
|
|
|
14
14
|
- [Entity-Component-System](https://github.com/SanderMertens/ecs-faq) based architecture
|
|
15
15
|
- WebGL rendering
|
|
16
16
|
- Sprite-based graphics and frame-by-frame animations
|
|
17
|
-
- Text rendering
|
|
17
|
+
- Text rendering, support for web safe fonts and imported fonts
|
|
18
18
|
- Basic 2D lightning system
|
|
19
19
|
- Polygonal collision detection and physical responses based on speed and acceleration.
|
|
20
20
|
- Keyboard, mouse, gamepad and touch screen input support
|
|
21
|
-
- Ability to create desktop
|
|
22
|
-
-
|
|
21
|
+
- Ability to create desktop or mobile games using frameworks such as [Electron.js](https://www.electronjs.org/)
|
|
22
|
+
- Built-in tilemap and tileset components. Also has support for ortogonal maps exported from [Tiled](https://www.mapeditor.org/)
|
|
23
23
|
- Dependency Injection
|
|
24
24
|
|
|
25
25
|
## Getting Started
|