diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 18:42:11 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 18:42:11 -0700 |
commit | 670ef2efe90f94a950a4465ce029fb07d2a6ae73 (patch) | |
tree | 3c949660b0234ac09acf321622dbc5909e5cfc09 /src/entities/antifaShip.h | |
parent | 2fb4b9a9b8f1de6d22a356ad58cd6ebef15126c5 (diff) |
Added the easter egg
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 c0e43ee..0adb7a3 100644 --- a/src/entities/antifaShip.h +++ b/src/entities/antifaShip.h @@ -15,7 +15,7 @@ #define ANTIFA_TARGETING_SPEED 6.0 // Some keys for debugging. -#define DEBUG_KEYS +//#define DEBUG_KEYS typedef struct AntifaShip { Vector2 lastMouse; |