From f70e2018a4d3f979e1108981284a09a44bd11542 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 4 Dec 2023 12:15:19 -0700 Subject: Made level 5 a bit better --- 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 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; -- cgit v1.2.3