height = number;
Define the height of a tile.
This attribute determines the minimum height of a tile, unless the height is fixed by a fixed_xxx attribute, such as fixed_height. There is usually no need to use this attribute, unless you need to improve the appearance of the dialog box.
number: a real number or an integer that specifies the height in units of character height (the maximum height of a line of screen characters, including the interline spacing).
Example
height = 12.0;
NOTE The aspect_ratio attribute is used with either the height or width attribute. You do not use the aspect_ratio attribute when you use both height and width.
Valid Tiles
all tiles