Skip to content

0.2.0

Compare
Choose a tag to compare
@zicklag zicklag released this 01 Jun 22:55
· 193 commits to main since this release

0.2.0 (2023-06-01)

New Features

  • allow setting camera shake speed.
    Makes the shake speed parameter configurable and dramatically
    slows the default speed so that the sampling across the perlin
    noise produces a smooth shake instead of a random jitter.
  • add time resource + sync system

New Features (BREAKING)

  • Upgrade to Bevy 0.10.
  • allow specifying arbitrary frame list for animated sprites.
    This allows for more flexible sprite animations, that aren't
    simply represented by a range of frames in the spritesheet.

Commit Statistics

  • 3 commits contributed to the release over the course of 119 calendar days.
  • 133 days passed between releases.
  • 3 commits were understood as conventional.
  • 3 unique issues were worked on: #104, #84, #95

Commit Details

view details
  • #104
    • allow setting camera shake speed. (473af7f)
  • #84
    • allow specifying arbitrary frame list for animated sprites. (02d654c)
  • #95
    • add time resource + sync system (605345b)