Skip to content

Commit b380b35

Browse files
authored
Update RectangularFloodFill description
Don't show in changelog
1 parent 5eacf4f commit b380b35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/reviewed/RectangularFloodFill.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"shortDescription": "Create objects as a grid to cover a rectangular area or an other object.",
1212
"version": "2.1.0",
1313
"description": [
14-
"This extension can be used to create multiple copies of an object in a wide variety of arrangements, including:",
14+
"This extension can be used to create multiple copies of an object in a wide variety of 2D arrangements, including:",
1515
"- horizontal row(s)",
1616
"- vertical column(s)",
1717
"- a solid rectangle or square",
@@ -20,9 +20,9 @@
2020
"",
2121
"How To Use:",
2222
"- Place target objects in the scene in the places you want fill objects to be created",
23-
"- This action only needs to be run once (at the beginning of the scene or using TriggerOnce)",
23+
"- This action only needs to be run once (at the beginning of the scene or using \"Trigger Once\")",
2424
"",
25-
"Object variables (on Fill objects): ",
25+
"Object variables (automatically added on Fill objects): ",
2626
"- \"CreationID\" (number)",
2727
"- \"RowID\" (number)",
2828
"- \"ColumnID\" (number)",
@@ -508,4 +508,4 @@
508508
],
509509
"eventsBasedBehaviors": [],
510510
"eventsBasedObjects": []
511-
}
511+
}

0 commit comments

Comments
 (0)