Fix enemy stride/footsteps

This commit is contained in:
2025-10-17 22:32:40 +01:00
parent f969056912
commit f3fafc6bf2
12 changed files with 254 additions and 245 deletions
+1
View File
@@ -27,6 +27,7 @@ data ActionPlan
data Impulse
= Move Point2
| MoveForward Float
| MoveNoStride Point2
| Turn Float
| RandomTurn Float
| RandomImpulse RandImpulse -- (State StdGen Impulse)