mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
e56391d8ed
commit
fa8a25f6a8
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ Development of this feature was kindly sponsored by Club Penguin Rewritten (http
|
|||
* `Phaser.Scenes.ScenePlugin.getStatus` is a new method that will return the current status of the given Scene.
|
||||
* `Math.LinearXY` is a new function that will interpolate between 2 given Vector2s and return a new Vector2 as a result (thanks @GregDevProjects)
|
||||
* `Curves.Path.getCurveAt` is a new method that will return the curve that forms the path at the given location (thanks @natureofcode)
|
||||
* You can now use any `Shape` Game Object as a Geometry Mask. Fix #5900 (thanks @rexrainbow)
|
||||
|
||||
### Geom Updates
|
||||
|
||||
|
|
Loading…
Reference in a new issue