Skip to content

V 1.1.0 : Kisure Update

Latest
Compare
Choose a tag to compare
@AlexisHuvier AlexisHuvier released this 08 May 22:04
· 43 commits to main since this release

Installation : Download code directly.

Changelog :

Caption : [+] Addition, [~] Modification, [-] Deletion, [#] Bug fix

  • [+] Engine Settings
  • [+] Utility classes : Vec2, Color, Math
  • [+] requirements.txt
  • [+] Components : ButtonComponent, TimeScaleComponent, MusicComponent, SoundComponent, AnimComponent
  • [+] Assets : Sounds
  • [+] Project Settings : Number of mixer channels
  • [+] Pong assets in project_files (must be relinked to project)
  • [+] Color picker in components widgets
  • [+] Tag in GameObject
  • [~] Open a project from a different version of PE4
  • [~] Upgrade UI of ComponentsWidget and AssetsExplorer
  • [~] Can now use more than one key for ControlComponent
  • [~] Specify size of collision in CollisionComponent
  • [~] Modification of Game Properties is now apply (title, width, height)
  • [~] Textures have their own directory in build
  • [~] You can now drag and drop scripts to ScriptComponent and textures to SpriteComponent or SpriteSheetComponent
  • [#] Down_keys and Down_mousebutton in Engine can make crash
  • [#] Missing Assets make crashes
  • [#] Can't launch game if Sound or Texture path is None
  • [#] Create gameobject without opened scene make crash

Dependancies :

  • Python 3.5+
  • PyGame
  • PyQt5 (Only for Editor)