First implementation of creatures detecting sounds
This commit is contained in:
@@ -84,7 +84,7 @@ defaultVision = Eyes
|
||||
| otherwise = 1
|
||||
defaultAudition :: Audition
|
||||
defaultAudition = Ears
|
||||
{ _auDist = \x -> 1 / (x * x)
|
||||
{ _auDist = \x -> x * x
|
||||
}
|
||||
defaultChaseMvType :: CrMvType
|
||||
defaultChaseMvType = ChaseMvType
|
||||
|
||||
Reference in New Issue
Block a user