Skip to content

V 1.1.0 : General Update - 25/05/19

Compare
Choose a tag to compare
@AlexisHuvier AlexisHuvier released this 25 May 16:36
· 263 commits to master since this release

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