WIP unit stuff

This commit is contained in:
Anuken
2022-02-02 23:36:21 -05:00
parent 23f074b9b6
commit 1388d0a4ca
9 changed files with 98 additions and 38 deletions

View File

@@ -18,6 +18,8 @@ public class WeaponMount{
public float targetRotation;
/** current heat, 0 to 1*/
public float heat;
/** lerps to 1 when shooting, 0 when not */
public float warmup;
/** aiming position in world coordinates */
public float aimX, aimY;
/** whether to shoot right now */