diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-31 22:10:56 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-31 22:10:56 -0600 |
commit | 7259478c55bcf1eb717ee1b846522121ef5fd7f3 (patch) | |
tree | 0db8157bc6f29efb70719b4fa454afa48bb6cb72 /src/entities/maresciallo.h | |
parent | bd8c36eb68cdc4f0f4224e7b9103774fd5c96156 (diff) |
Maresciallo fly away shit
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r-- | src/entities/maresciallo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 51714df..7492751 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -4,6 +4,12 @@ #ifndef MARESCIALLO_H #define MARESCIALLO_H +#define MARESCIALLO_CIRCLE_AT_DIS 200.0 + +typedef struct Maresciallo { + EntityFlyToPointInfo flyAway; +} Maresciallo; + void initMaresciallo(Entity * entity, Game * game); void closeMaresciallo(Entity * entity); void updateMaresciallo(Game * game, Entity * entity); |