[update] Improved actor's speed attenuation.
This commit is contained in:
@@ -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