diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-13 12:13:30 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-13 12:13:30 -0600 |
commit | f80670a77eb2680220aad131b62ed2b9cdfdfa2a (patch) | |
tree | 1e0667eb51c6491b8b91a3c158648bd9491c7bf7 /src/entities/antifaShip.h | |
parent | bbb2c70cd1a0603d57d0fc7615ad8994bfaf39bc (diff) |
Some more aimming shit
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r-- | src/entities/antifaShip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h index 460fe38..c272865 100644 --- a/src/entities/antifaShip.h +++ b/src/entities/antifaShip.h @@ -13,8 +13,11 @@ typedef struct AntifaShip { Vector2 lastMouse; float forwardSpeed; bool shouldInitMousePosition; + double timeSinceLastBullet; Bullet lastBulletShot; + Vector3 gunTarget; + bool doAutoTarget; } AntifaShip; void initAntifaShip(Entity * entity, Game * game); |