mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
cc6cec5c83
commit
26d884746f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
* `Line.arcLengthDivisions` now overrides the default Curve value and is set to 1 to optimize the amount of points returned for a Line curve (thanks @rexrainbow)
|
* `Line.arcLengthDivisions` now overrides the default Curve value and is set to 1 to optimize the amount of points returned for a Line curve (thanks @rexrainbow)
|
||||||
* `ArcadePhysics.closest` will now no longer ever return the source in the target results (thanks @samme)
|
* `ArcadePhysics.closest` will now no longer ever return the source in the target results (thanks @samme)
|
||||||
* `ArcadePhysics.furthest` will now no longer ever return the source in the target results (thanks @samme)
|
* `ArcadePhysics.furthest` will now no longer ever return the source in the target results (thanks @samme)
|
||||||
|
* `RequestAnimationFrame.target` is a new property that controls the fps rate (in ms) when setTimeout is used (thanks @pavels)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue