diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 14:45:52 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 14:45:52 -0700 |
commit | 19089d8214538c6049dbbdf7f0df4ebee215c959 (patch) | |
tree | 93b81405f2dff9e7073b22f74b110a8c03e048d8 /src/entities/maresciallo.h | |
parent | 3da57634be30691f23915296024baebca3b6297f (diff) |
Added part of level 6
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r-- | src/entities/maresciallo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |