From 7259478c55bcf1eb717ee1b846522121ef5fd7f3 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 31 Jul 2023 22:10:56 -0600 Subject: Maresciallo fly away shit --- src/entities/maresciallo.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/entities/maresciallo.h') 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); -- cgit v1.2.3