angry-pixel 2.1.1 → 2.1.3
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 +5 -5
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.d.ts +1107 -316
- 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 with support for web-safe and imported fonts
|
|
18
18
|
- Basic 2D lightning system
|
|
19
|
-
- Polygonal collision detection and physical
|
|
20
|
-
- Keyboard, mouse, gamepad and
|
|
21
|
-
- Ability to create desktop or mobile games using frameworks
|
|
22
|
-
- Built-in tilemap and tileset components
|
|
19
|
+
- Polygonal collision detection and physical response based on speed and acceleration.
|
|
20
|
+
- Keyboard, mouse, gamepad, and touchscreen input support
|
|
21
|
+
- Ability to create desktop or mobile games using frameworks like [Electron.js](https://www.electronjs.org/) or [React Native](https://reactnative.dev/)
|
|
22
|
+
- Built-in tilemap and tileset components, with support for orthogonal maps exported from [Tiled](https://www.mapeditor.org/)
|
|
23
23
|
- Dependency Injection
|
|
24
24
|
|
|
25
25
|
## Getting Started
|