From 061e3371e860d498baf5eb85386fd638ab7f90f9 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 10 Sep 2023 12:20:13 -0600 Subject: Reinstalling linux again lol --- src/entities/maresciallo.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/entities/maresciallo.h') diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 2e50ffe..7624f8f 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -9,8 +9,12 @@ #define MARESCIALLO_ROTATION_SPEED 20.0 #define MARESCIALLO_CIRCLE_PLAYER_SPEED 1.0 +#define MARESCIALLO_COOLDOWN 1.0 +#define MARESCIALLO_BULLET_DAMAGE 0.01 + typedef struct Maresciallo { EntityFlyToPointInfo flyToPoint; + double timeSinceLastBulletShot; } Maresciallo; void initMaresciallo(Entity * entity, Game * game); -- cgit v1.2.3