diff options
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r-- | src/entities/antifaShip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h index 50941ca..2781584 100644 --- a/src/entities/antifaShip.h +++ b/src/entities/antifaShip.h @@ -11,7 +11,7 @@ // Auto target shit. #define ANTIFA_START_AUTO_TARGET_MAX 0.5 // How far off auto target can be entail it drops. -#define ANTIFA_TARGETING_SPEED 0.5 +#define ANTIFA_TARGETING_SPEED 6.0 typedef struct AntifaShip { Vector2 lastMouse; |