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 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 based on bitmap fonts
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/mobile games using frameworks such as Electron.js
22
- - Tilemaps: rendering based on comma separated values, and automatic collider generation. Support for JSON files exported from Tiled.
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