Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/UncertainProd/flixel into bm…
Browse files Browse the repository at this point in the history
…font-parsing
  • Loading branch information
UncertainProd committed Nov 9, 2023
2 parents 2df42f6 + c0a6f1c commit 9d7b3f9
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 114 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
5.5.0 (November 8, 2023)

#### New features:
- `FlxG`: added `animationTimeScale` ([#2937](https://github.com/HaxeFlixel/flixel/pull/2937))

#### Changes and improvements:
- `FlxPool`: Use factory functions to create instances ([#2934](https://github.com/HaxeFlixel/flixel/pull/2934))

#### Bugfixes:
- Fixed errors from OpenFL 9.3.2
- `FlxText`: Remove warnings about potential typos ([#2935](https://github.com/HaxeFlixel/flixel/pull/2935))
- `FlxText`: Regen graphic in `getScreenBounds` calls ([#2942](https://github.com/HaxeFlixel/flixel/pull/2942))
- `FlxBar`: Various fixes ([#2938](https://github.com/HaxeFlixel/flixel/pull/2938))


5.4.1 (October 4, 2023)

#### Changes and improvements:
Expand Down
1 change: 1 addition & 0 deletions flixel/FlxG.hx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class FlxG

/**
* How fast or slow animations should pass in the game; default is `1.0`.
* @since 5.5.0
*/
public static var animationTimeScale:Float = 1.0;

Expand Down
Loading

0 comments on commit 9d7b3f9

Please sign in to comment.