Changelog
v1.6
v1.5.4 - v1.6
New
@scene-decorator andscene_manageradded.
Changed
corestructurecoremust now have at least one scene to runremoved simple
start-func andupdate-func runtimePrefabbase class removed -> engines without@scene-decorator are now prefabs
Fixes
docs-coroutine code fixed
v1.5
v1.5.3 - v1.5.4
New
Added new example
grid_navigation.py
Documentation and structure update
Added
Navigationsection ->GridNavigationandNavAgent
Bug fixes
Fixed
a_star.pyget_path()method.open_nodesandclosed_nodesare now resetted after each call
v1.5.2 - v1.5.3
Bug fixes
Structure changed for fixing pip installation
Code-Reference sprite docu update
Imports fixed
v1.5.1 - v1.5.2
Documentation and structure update
Added missing documentation informations of core.py
Added documentation code copy button
Added screen_blink.py
Changed Coroutine Docs, examples added
Explanation of Surface and Sprites
Changed SpriteAnimator documentation, SpriteAnimator and Simple sprites are now sections of
Drawing System with AnimationsAdded new parameter
surfacetoTileMapDrawer.on_enableAdded tutorial documentation for draw_system.py
Changed animation.py -> sprite.py
Docutils added to
spaceship.py- Gfx/Image handler added:
Slicer
SizeSlicer
AmountSlicer
SimpleSprite
SimpleImageSprite
SimpleSpriteAnimator
SpriteDirectoryAnimation
- Example code added:
DrawSystem
DrawSystemImage
DrawSystemAnimationImage
DrawSystemAnimationImageSliced
DrawSystemAnimationImageSlicedWithPaddings
DrawSystemDirectoryAnimationImageSliced
Example sprites added in
examples/assets/pixel-adventure/. Creator: https://pixelfrog-assets.itch.io/pixel-adventure-1
v1.5 - v1.5.1
Documentation update
Added
Basicdoc pageBug Fix google meta tag