Skip to content

Commit 3db246c

Browse files
authored
Update TravelToRandomPositions description
Don't show in changelog
1 parent f59bc93 commit 3db246c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/reviewed/TravelToRandomPositions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"shortDescription": "Make object travel to random positions (with the pathfinding behavior).",
1212
"version": "0.4.2",
1313
"description": [
14-
"When the action is used, the object(s) will select a random nearby location and begin moving towards it (using the Pathfinding behavior). ",
14+
"When the action is used, the object(s) will select a random nearby 2D location and begin moving towards it (using the 2D Pathfinding behavior). ",
1515
"",
1616
"If desired, choose a direction and how closely you want the object to follow it. This can be used to make objects chase (or run away from) the player, or to make objects cross the screen using a meandering path.",
1717
"",
@@ -271,4 +271,4 @@
271271
],
272272
"eventsBasedBehaviors": [],
273273
"eventsBasedObjects": []
274-
}
274+
}

0 commit comments

Comments
 (0)