Skip to content

Commit

Permalink
add #2886 #2923 and #2930
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Oct 4, 2023
1 parent 880ee76 commit 6a7e597
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
5.4.1 (October 4, 2023)

#### Changes and improvements:
- Various improvements and new features for animations ([#2930](https://github.com/HaxeFlixel/flixel/pull/2930))
- `FlxAnimation`: Make `frameDuration` and `looped` public
- `FlxAnimation`: Add `timeScale` (not to be confused with the same field added to `FlxAnimationController` in 5.4.0)
- `FlxAseAtlasUtils`: Use fields `repeat` and `direction` when creating animations from Aseprite tag data
- `FlxTilemap`: Add `defaultFramePadding` back ([#2886](https://github.com/HaxeFlixel/flixel/pull/2886))

#### Bugfixes:
- `FlxSoundTray`: Fix sound tray hide animation ([#2923](https://github.com/HaxeFlixel/flixel/pull/2923))

5.4.0 (September 28, 2023)
------------------------------
#### New features:
Expand Down

0 comments on commit 6a7e597

Please sign in to comment.