Skip to content

Kraken Engine v0.0.8

Latest
Compare
Choose a tag to compare
@durkisneer1 durkisneer1 released this 21 Jan 12:11
c60cd2c

🧣What's New☕

Highlights

  • 7 new mouse functions!
  • Ability to load separate frames in a folder as an animation with loadFolder
  • kn::Anchor enum for blitting using positions instead of rects
  • TMX object tile types are now supported
  • Rotated tiles and objects are now supported

Bug fixes

  • Repair window gtest
  • TileMap's internal texture pointer turned to unique ptr for safe memory
  • Texture re-loading properly implemented

Other

  • Added the camera global vector to the docs' Things To Know page
  • TileMap, Sound, and Font class constructors are now loader functions
  • kn::Vec2 objects now support cout operations
  • Simplified Rect getters and setters