Lower Micromissile navigation gain

more-targets
Daniel Lovell 2024-09-14 11:45:50 -07:00
parent 218e1165fa
commit fc79f08313
1 changed files with 1 additions and 1 deletions

View File

@ -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;