Tweak chase crit perception

This commit is contained in:
2023-04-30 23:29:31 +01:00
parent 5180e9a995
commit ba12a73842
6 changed files with 25 additions and 11 deletions
+1 -2
View File
@@ -92,8 +92,7 @@ defaultVision :: Vision
defaultVision =
Eyes
{ _viFOV = FloatFOV 0.8
--, _viDist = FloatLessCheck 500
, _viDist = FloatDistLinearMaxMin 500 10 1
, _viDist = FloatDistLinearNearFar 500 10 1
}
defaultAudition :: Audition