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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
26
26
* The RenderTexture now uses the ComputedSize component instead of Size (which requires a frame), allowing calls to getBounds to work. Fix #3451 (thanks @kuoruan)
27
27
* PathFollower.start has been renamed to `startFollow`, but PathFollower.setPath was still using `PathFollower.start` (thanks @samid737)
28
28
* BaseSoundManager.rate and BaseSoundManager.detune would incorrectly called `setRate` on its sounds, instead of `calculateRate`.
29
+
* The Gamepad Axis `getValue` method now correctly applies the threshold and zeroes out the returned value.
29
30
30
31
### Updates
31
32
@@ -36,6 +37,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
36
37
* Renamed the Camera Controls module exports for `Fixed` to `FixedKeyControl` and `Smoothed` to `SmoothedKeyControl` to match the class names. Fix #3463 (thanks @seivan)
37
38
* The ComputedSize Component now has `setSize` and `setDisplaySize` methods. This component is used for Game Objects that have a non-texture based size.
38
39
* The GamepadManager now extends EventEmitter directly, just like the KeyboardManager does.
40
+
* The Gamepad Axis threshold has been increased from 0.05 to 0.1.
39
41
40
42
Also, my thanks to the following for helping with the Phaser 3 Examples, either by reporting errors or fixing them: @gabegordon@melissaelopez@samid737@nbs@tgrajewski
0 commit comments