Tile Entity Attributes
colLength
This attribute defines the number of slots of a column. Or the number of rows.
Examples
// Default value
colLength = 6;
colLength = 1;
colLength = 5;
colLength = 6;
colLength = 1;
colLength = 5;