From 19089d8214538c6049dbbdf7f0df4ebee215c959 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 4 Dec 2023 14:45:52 -0700 Subject: Added part of level 6 --- src/entities/maresciallo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entities/maresciallo.h') diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 2d46eeb..b165a2f 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -4,8 +4,8 @@ #ifndef MARESCIALLO_H #define MARESCIALLO_H -#define MARESCIALLO_CIRCLE_AT_DIS 800.0 // 200.0 -#define MARESCIALLO_COME_BACK_AT_DIS 850.0 +#define MARESCIALLO_CIRCLE_AT_DIS 1000.0 // 200.0 +#define MARESCIALLO_COME_BACK_AT_DIS 1050.0 #define MARESCIALLO_ROTATION_SPEED 20.0 #define MARESCIALLO_CIRCLE_PLAYER_SPEED 0.5 -- cgit v1.2.3