Skip to content

Kraken Engine v0.0.3

Compare
Choose a tag to compare
@durkisneer1 durkisneer1 released this 16 Nov 06:42
· 16 commits to main since this release
85a3327

What's new

  • Updated way to load and draw animations from sprite sheets
  • kn::window::setIcon to load an image file to be used as the window icon
    • Window has a default kraken logo icon
  • New kn::draw functions:
    • line to draw a line between two points
    • point to draw a single pixel onto the screen
    • circle to draw a circle onto the screen

Bug Fixes

  • Fix kn::draw::rect function linker error
  • Mouse position would not be at the right place when kn::camera isn't zero