Skip to content

2023.01.25.1

Compare
Choose a tag to compare
@kfischer-okarin kfischer-okarin released this 25 Jan 06:46
· 62 commits to main since this release

Renamed Library from DR Base Framework to Dragon Skeleton

Changed

  • Breaking: Moved all classes into DragonSkeleton module and provide DragonSkeleton.add_to_top_level_namespace to add modules to top level namespace (1c736a9)
  • Breaking: Moved Animations::Asesprite module to FileFormats::Aseprite to include animation unrelated methods too - and the old name was a typo anyways (d5fc503, b959f16)
  • Breaking: Renamed Animations.flipped_horizontally to Animations.flip_animation_horizontally (61deecd)
  • Breaking: Renamed Animations.animate to Animations.lerp which is a more common name for what the method does (c009fd7)
  • Breaking: Removed AnimatedSprite since it does not bring too much new value in addition to Animations (def2363)

Added

Removed

  • Breaking: Removed base frame data from animations - the same effect can be accomplished when setting those properties on the first frame only (bf11bd1)