diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-09 22:26:14 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-09 22:26:14 -0700 |
commit | 1cc72bfcef218c3ae6051d42a5888fe204b518e0 (patch) | |
tree | dc56493d92fd564a3dd6619f08a83e3cfbd8b92d /src | |
parent | 028880ad2c3c3906ce1f1bc801cf9f1ea41ad8eb (diff) |
Changed laser distance thingy
Diffstat (limited to 'src')
-rw-r--r-- | src/entities/generale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/generale.h b/src/entities/generale.h index 304ed20..03669ab 100644 --- a/src/entities/generale.h +++ b/src/entities/generale.h @@ -9,7 +9,7 @@ #define GENERALE_NEXT_POINT_THRESHOLD 60.0 #define GENERALE_LASER_TRACKING_SPEED 10.0 -#define GENERALE_LASER_MAX_DISTANCE 100.0 +#define GENERALE_LASER_MAX_DISTANCE 200.0 #define GENERALE_LASER_THICKNESS 0.25 #define GENERALE_LASER_SIDES 8 #define GENERALE_LASER_DAMAGE 1.0 |