From f80670a77eb2680220aad131b62ed2b9cdfdfa2a Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 13 Oct 2023 12:13:30 -0600 Subject: Some more aimming shit --- src/entities/antifaShip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/entities/antifaShip.h') 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); -- cgit v1.2.3