aboutsummaryrefslogtreecommitdiff
path: root/src/entities/maresciallo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r--src/entities/maresciallo.h7
1 files changed, 5 insertions, 2 deletions
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);