Text Spot XML; Element MultiItemSettings - GameBurrow/WriteTheSigns GitHub Wiki

This element is used only when the text type have more than one component in the output formula. It will tell how the game will distribute the elements through rows and columns (like when you have a list of line symbols and want to list them in a prop).

Attributes

Field Valid values Description
subItemsPerRow 1 or higher (integer) Tells how many items the generated table will display per row
subItemsPerColumn 1 or higher (integer) Tells how many items the generated table will display per column
verticalFirst true
false
If true, the distribution will fill the columns then after filling the rows. If false, the rows will be filled first than the columns
verticalAlign Top
Middle
Bottom
Sets the vertical pivot position.

Child Element subItemSpacing

This is an Vector2 element with the attributes x and y. It define the horizontal (x) and vertical (y) spacing between elements in the table.

⚠️ **GitHub.com Fallback** ⚠️