diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-10 12:20:13 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-10 12:20:13 -0600 |
commit | 061e3371e860d498baf5eb85386fd638ab7f90f9 (patch) | |
tree | e7e45636e190517496dbe616cd1d3081e9fe23d5 /src/entities/maresciallo.h | |
parent | 989621071dc8ce292ca8c985cfed887c88f121ce (diff) |
Reinstalling linux again lol
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r-- | src/entities/maresciallo.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |