diff options
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 c88cde4..c0e43ee 100644 --- a/src/entities/antifaShip.h +++ b/src/entities/antifaShip.h @@ -14,6 +14,9 @@ #define ANTIFA_START_AUTO_TARGET_MAX 0.5 // How far off auto target can be entail it drops. #define ANTIFA_TARGETING_SPEED 6.0 +// Some keys for debugging. +#define DEBUG_KEYS + typedef struct AntifaShip { Vector2 lastMouse; float forwardSpeed; |