Skip to content

Commit

Permalink
- Added missing property in move_around_target behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Mar 2, 2025
1 parent 62f7d23 commit 8c730e6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"description": "The range of distances from the target entity within which the goal should look for a position to move the owner entity to.",
"$ref": "../../../../general/vectors/number2.json"
},
"destination_pos_spread_degrees": {
"title": "Desitnation Pos Spread Degrees",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0,
"maximum": 360
},
"height_difference_limit": {
"title": "Height Difference Limit",
"type": "number",
Expand Down

0 comments on commit 8c730e6

Please sign in to comment.