V 1.1.0 : General Update - 25/05/19
Installation : Pour installer cet update, il suffit d'utiliser pip : pip install PyEngine-2D
Changelog :
- LifeComponent : Remove creation of sprite
- LifeComponent : Add get_life and get_maxlife functions
- Entity : Add get_system function
- World : Remove world
- Enums : Move Enums in classes
- EntitySystem : Add function to remove entity
- UISystem : Add function to remove widget
- SoundSystem : Create
- Widgets : You can hide and show widgets
- Entry : You can use your own background
- Color-Colors : Create color class and colors enums
- Font : Create font class
- Optimisation of lib
- Bug Fix : Rotation of SpriteComponent don't work
Bugs connus :
- X
Dependancies :
- Python 3.5+
- PyGame