chore: update changelog

This commit is contained in:
Sébastien Crozet
2023-12-09 21:53:36 +01:00
parent 39f4520b91
commit bfd3884d36

View File

@@ -5,6 +5,7 @@
- Add `EffectiveCharacterMovement::is_sliding_down_slope` to indicate if the character controlled by the kinematic
character controller is sliding on a slope that is too steep.
- Add `Wheel::side_friction_stiffness` to customize the side friction applied to the vehicle controllers wheel.
- Add `DebugRenderStyle::disabled_color_multiplier` to make the debug-renderer color disabled object differently.
### Modified
- Make `Wheel::friction_slip` public to customize the front friction applied to the vehicle controllers wheels.