Improve creature turning wrt inertia
This commit is contained in:
+1
-1
@@ -785,7 +785,7 @@ updateBeePheremone bp
|
||||
| x <- bp ^. bpTimer
|
||||
, x <= 0 = Nothing
|
||||
| otherwise = Just $ bp & bpTimer -~ 1
|
||||
& bpVel *~ 0.95
|
||||
& bpVel *~ 0.90
|
||||
& bpPos +~ (bp ^. bpVel)
|
||||
|
||||
updateDusts :: World -> World
|
||||
|
||||
Reference in New Issue
Block a user