Lower Micromissile navigation gain
parent
218e1165fa
commit
fc79f08313
|
@ -4,7 +4,7 @@ using UnityEngine;
|
||||||
|
|
||||||
public class Micromissile : Missile {
|
public class Micromissile : Missile {
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private float _navigationGain = 5f; // Typically 3-5
|
private float _navigationGain = 3f; // Typically 3-5
|
||||||
|
|
||||||
private SensorOutput _sensorOutput;
|
private SensorOutput _sensorOutput;
|
||||||
private Vector3 _accelerationCommand;
|
private Vector3 _accelerationCommand;
|
||||||
|
|
Loading…
Reference in New Issue