aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-09 22:26:14 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-09 22:26:14 -0700
commit1cc72bfcef218c3ae6051d42a5888fe204b518e0 (patch)
treedc56493d92fd564a3dd6619f08a83e3cfbd8b92d
parent028880ad2c3c3906ce1f1bc801cf9f1ea41ad8eb (diff)
Changed laser distance thingy
-rw-r--r--src/entities/generale.h2
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