Updated float_wander (#340)

This commit is contained in:
Xterionix
2025-03-26 12:58:08 +05:00
committed by GitHub
parent e10d93d424
commit 94e80d956b

View File

@@ -33,6 +33,12 @@
"description": "If true, the point has to be reachable to be a valid target.", "description": "If true, the point has to be reachable to be a valid target.",
"title": "Must Reach" "title": "Must Reach"
}, },
"float_wander_has_move_control": {
"title": "Float Wander Has Move Control",
"description": "If true, the MoveControl flag will be added to the behavior which means that it can no longer be active at the same time as other behaviors with MoveControl.",
"type": "boolean",
"default": true
},
"random_reselect": { "random_reselect": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,