From 22535c8b18cda1d5a1ee771616425fc3941a801c Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Tue, 14 Nov 2023 10:56:35 -0700 Subject: Fine tuning maresciallo --- src/entities/maresciallo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/entities/maresciallo.h') diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 6413fdb..b853ef4 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -4,16 +4,16 @@ #ifndef MARESCIALLO_H #define MARESCIALLO_H -#define MARESCIALLO_CIRCLE_AT_DIS 200.0 // 200.0 -#define MARESCIALLO_COME_BACK_AT_DIS 250.0 +#define MARESCIALLO_CIRCLE_AT_DIS 800.0 // 200.0 +#define MARESCIALLO_COME_BACK_AT_DIS 850.0 #define MARESCIALLO_ROTATION_SPEED 20.0 -#define MARESCIALLO_CIRCLE_PLAYER_SPEED 1.0 +#define MARESCIALLO_CIRCLE_PLAYER_SPEED 0.5 #define MARESCIALLO_BULLET_COOLDOWN 3.0 #define MARESCIALLO_BULLET_DAMAGE 0.01 #define MARESCIALLO_CHANGE_OF_HIT 10 -#define MARESCIALLO_MISSILE_COOLDOWN 0.5 +#define MARESCIALLO_MISSILE_COOLDOWN 5.0 typedef struct Maresciallo { EntityFlyToPointInfo flyToPoint; -- cgit v1.2.3