added support for menu list entry size for game elements info screen
authorHolger Schemel <info@artsoft.org>
Sun, 26 Mar 2023 14:41:24 +0000 (16:41 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 26 Mar 2023 14:50:00 +0000 (16:50 +0200)
commit84c888496c5bf6f9e649882d77400c47634e177a
tree43fe1077f5d2a371f3ec4cdb89b423596f61b937
parentabe3ad50047635122f478f7e18708ff7292edf52
added support for menu list entry size for game elements info screen

This commit adds support for using the following three graphics
configuration options to customize the available size (height),
spacing between lines of text and spacing between list entries
for the list of game element graphics and descriptions on the
game elements info screen:

* menu.list_entry_size.INFO[ELEMENTS] - available height for text
* menu.line_spacing.INFO[ELEMENTS]    - space between lines of text
* menu.extra_spacing.INFO[ELEMENTS]   - space between list entries
src/conf_gfx.c
src/screens.c