Improve creature turning wrt inertia

This commit is contained in:
2026-04-27 22:23:39 +01:00
parent f4c59612ea
commit 259325f81f
10 changed files with 206 additions and 160 deletions
+1 -1
View File
@@ -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