Skip to content
Snippets Groups Projects
CHANGELOG.md 704 B
Newer Older
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Louis's avatar
Louis committed
## [0.2.1]

### Fixed
- Action animation frames overflow

## [0.2.0]

### Added
- Constructor functions for `AnimationOverride`

### Changed
- `bevy` version `0.9`
- `bevy_ecs_tilemap` version `0.9`
- `AnimationOverride` now contains its own state

### Fixed

- `AnimationOverride` will play animation without needing to be driven by `apply_direction_animation`

## [0.1.1]

### Fixed
- "play once and then" animations could overflow frame array bounds