You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
6.0.0 (TBD)
2
2
3
-
#### Removals
3
+
#### Removals and Breaking Changes
4
4
We removed many features and utilities that were previously deprecated
5
5
-`flixel.util.FlxPath`: New package, `flixel.path.FlxPath`
6
6
-`FlxSwipe::angle`: Use `FlxSwipe.degrees`, instead
@@ -25,6 +25,9 @@ We removed many features and utilities that were previously deprecated
25
25
-`FlxAssets.FlxAngelCodeSource`: Use `FlxAssets.FlxAngelCodeAsset`, instead
26
26
-`FlxAssets.FlxTexturePackerSource`: Use `FlxTexturePackerJsonAsset`, instead
27
27
-`FlxUnicodeUtil`: Use `UnicodeString`, instead
28
+
-`FlxState::switchTo`: Use `startOutro`, instead ([#2733](https://github.com/HaxeFlixel/flixel/pull/2733))
29
+
-`FlxCamera.defaultCameras`: Use `FlxG.cameras.setDefaultDrawTarget`, instead
30
+
-`FlxSave`: Deprecate and remove all uses of `FlxSaveStatus.ERROR` for `FlxSaveStatus.SAVE_ERROR` ([#3294](https://github.com/HaxeFlixel/flixel/pull/3294))
28
31
29
32
#### Changes and improvements:
30
33
-`FlxSpritegroup`: Setting `origin` now causes members to pivot around the same point ([#2981](https://github.com/HaxeFlixel/flixel/pull/2981))
0 commit comments