aboutsummaryrefslogtreecommitdiff
path: root/src/entities/antifaShip.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-10-24 19:16:36 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-10-24 19:16:36 -0600
commitdf05d6f688422930e8efc4a73df435e497f3776a (patch)
tree13ce312a474abfc2c4169fd5f6fa6449436e467e /src/entities/antifaShip.h
parentb3bf954836efabd77921a92b153b7098c4481aa4 (diff)
Targetting working
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r--src/entities/antifaShip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h
index 54474ad..98c85cc 100644
--- a/src/entities/antifaShip.h
+++ b/src/entities/antifaShip.h
@@ -10,7 +10,8 @@
#define ANTIFA_DRAW_BULLET_FOR 0.05
// Auto target shit.
-#define ANTIFA_START_AUTO_TARGET_MAX 1.0 // How far off auto target can be entail it drops.
+#define ANTIFA_START_AUTO_TARGET_MAX 3.0 // How far off auto target can be entail it drops.
+#define ANTIFA_AUTO_TARGET_SPEED 1.0
typedef struct AntifaShip {
Vector2 lastMouse;