Recoil Time and Improved Alternating (#6073)

* Revamped recoil, and improved alternating

* i might have to make this more complicated later

* hhhhhhhhh

* proper description.
This commit is contained in:
EyeOfDarkness
2021-09-30 07:35:47 +08:00
committed by GitHub
parent a04b385f56
commit efb9df7b1b
3 changed files with 20 additions and 11 deletions

View File

@@ -12,6 +12,8 @@ public class WeaponMount{
public float reload;
/** rotation relative to the unit this mount is on */
public float rotation;
/** weapon recoil */
public float recoil;
/** destination rotation; do not modify! */
public float targetRotation;
/** current heat, 0 to 1*/