[update] Improved actor's speed attenuation.
This commit is contained in:
parent
a6a0747931
commit
1df1087dde
@ -23,7 +23,7 @@ class ActorController : ActorScheduledController, ActorControllerInterface {
|
||||
///
|
||||
enum MaxSpeed = 0.03;
|
||||
///
|
||||
enum SpeedAttenuation = 0.05;
|
||||
enum SpeedAttenuation = 0.08;
|
||||
|
||||
///
|
||||
this(
|
||||
|
Reference in New Issue
Block a user