First commit on new machine, some hlinting
This commit is contained in:
@@ -214,8 +214,8 @@ drawPathBetween u = concat $ do
|
||||
color rose (foldMap (arrowPath . map nodepos) nodelist)
|
||||
<> drawCrossCol green sp
|
||||
<> drawCrossCol cyan ep
|
||||
<> foldMap (color green . arrow sp) (nodepos <$> walkableNodeNear w sp)
|
||||
<> foldMap (color cyan . flip arrow ep) (nodepos <$> walkableNodeNear w ep)
|
||||
<> foldMap ((color green . arrow sp) . nodepos) (walkableNodeNear w sp)
|
||||
<> foldMap ((color cyan . flip arrow ep) . nodepos) (walkableNodeNear w ep)
|
||||
<> foldMap (color orange . arrow sp) (pointTowardsImpulse sp ep w)
|
||||
where
|
||||
w = u ^. uvWorld
|
||||
|
||||
Reference in New Issue
Block a user