Tile Entity Attributes
rowLength
This attribute defines the number of slots of a row. Or the number of columns.
Examples
// Default value
rowLength = 9;
rowLength = 1;
rowLength = 5;
rowLength = 9;
rowLength = 1;
rowLength = 5;