Skip to content

Kraken Engine v1.3.1

Choose a tag to compare

@durkisneer1 durkisneer1 released this 15 Nov 07:21
· 18 commits to main since this release
60124a3

Highlights

  • New ellipse draw function in the draw submodule.
  • New scroll method for PixelArray for offsetting the pixel content.

Breaking Changes

  • EasingAnimation no longer accepts start and end positions for its constructor, but are instead now properties able to be changed at any time.
  • Renamed cancel_scheduled to unschedule in the event submodule.

Bug Fixes

  • Tiles still held onto rotation angle in degrees, causing rendering bugs. Now changed to radians.
  • Text rendering wasn't affected by camera offset, now fixed and with slightly more accurate positioning.

Full Changelog: v1.3.0...v1.3.1