iiag / iiag-legacy

Iiag is a game
Other
7 stars 7 forks source link

Text Size with SDL #41

Open sjrct opened 10 years ago

sjrct commented 10 years ago

The SDL mode currently reserves 1 tile height worth of space for each line of text. This is not ideal as the text does not resize with the tile height. Probably either the tile space reserved for text should be based of the height of the text or the height of the text should be based of the size of the tiles.