From 5627fd8128957710c6f16330b2bc1bc3251c5355 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sat, 4 Nov 2023 20:25:08 -0600 Subject: Getting it ready for real level making --- src/entities/antifaShip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/antifaShip.h') 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; -- cgit v1.2.3