Charge Progress (#6947)

This commit is contained in:
MEEPofFaith
2022-06-08 06:13:11 -07:00
committed by GitHub
parent 4a6600b94d
commit 968651d9ed
7 changed files with 24 additions and 15 deletions

View File

@@ -20,6 +20,10 @@ public class WeaponMount{
public float heat;
/** lerps to 1 when shooting, 0 when not */
public float warmup;
/** is the weapon actively charging */
public boolean charging;
/** counts up to 1 when charging, 0 when not */
public float charge;
/** lerps to reload time */
public float smoothReload;
/** aiming position in world coordinates */