Skip to content

v0.49.0

Compare
Choose a tag to compare
@Chukobyte Chukobyte released this 16 Jan 17:24
· 7 commits to main since this release
e33b4fc
  • Setting draw source for Sprite nodes automatically.
  • AnimatedSprite node play function now accepts a default parameter that plays the current animation.
  • AnimatedSprite node now has a loops parameter to determine if an animation loops.
  • In seika.math.Vector2 python class added the following functions magnitude, normalized, direction_to, and hash function.
  • Bug fixes
    • Fixed not adding rotation to Sprite nodes.
    • Fixed AnimatedSprite animation not starting on frame 0 sometimes.