feat(swarm): walk farther
This commit is contained in:
parent
22b1450a72
commit
b40a33f69a
@ -189,7 +189,7 @@ object ProjectedPersonAI {
|
|||||||
|
|
||||||
private fun createStrollBehavior() = RunOne(
|
private fun createStrollBehavior() = RunOne(
|
||||||
listOf(
|
listOf(
|
||||||
2 weightR RandomStroll.stroll(1.0f, 25, 12),
|
2 weightR RandomStroll.stroll(1.0f, 42, 12),
|
||||||
2 weightR SetWalkTargetFromLookTarget.create(1.0f, 5),
|
2 weightR SetWalkTargetFromLookTarget.create(1.0f, 5),
|
||||||
1 weightR DoNothing(30, 60)
|
1 weightR DoNothing(30, 60)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user