From 2849ccc2afcf89c46a9471b787b1ab14959637ae Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 4 Aug 2023 01:26:17 -0600 Subject: After lots of time got the circle thingy working --- src/entities/maresciallo.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/entities/maresciallo.h') diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index e607ab3..2e50ffe 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -4,10 +4,13 @@ #ifndef MARESCIALLO_H #define MARESCIALLO_H -#define MARESCIALLO_CIRCLE_AT_DIS 50.0 // 200.0 +#define MARESCIALLO_CIRCLE_AT_DIS 200.0 // 200.0 +#define MARESCIALLO_COME_BACK_AT_DIS 250.0 +#define MARESCIALLO_ROTATION_SPEED 20.0 +#define MARESCIALLO_CIRCLE_PLAYER_SPEED 1.0 typedef struct Maresciallo { - EntityFlyToPointInfo flyAway; + EntityFlyToPointInfo flyToPoint; } Maresciallo; void initMaresciallo(Entity * entity, Game * game); -- cgit v1.2.3