V 1.6.0 - 24/08/2019
Installation : Pour installer cet update, il suffit d'utiliser pip : pip install PyEngine-2D
Changelog :
- Window : Add limit_fps property
- WindowCallbacks : Add RUNWINDOW Callback
- ControlComponent : Rework to work with physic engine
- ControlComponent : Remove DOUBLEJUMP ControlType
- SpriteComponent : Set origin of sprite to center
- SpriteComponent-AnimComponent : Add flipx and flipy properties
- PhysicsComponent : Rework with a physic engine (Pymunk)
- Selector : Remove background by default
- Optimization
- Bug Fix : Check if object is a Vec2 doesn't work with operations
- Bug Fix : OutOfWindow Callback return wrong object
- Crash Fix : Crash in debug mode with Widgets added
Bugs connus :
- X
Dependancies :
- Python 3.5+
- PyGame
- NumPy
- Pillow
- Pymunk