added support for tile size for game elements info screen
authorHolger Schemel <info@artsoft.org>
Mon, 27 Mar 2023 07:48:35 +0000 (09:48 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 27 Mar 2023 07:58:51 +0000 (09:58 +0200)
This adds support for the following two graphics configuration options
to customize the element tile size and the space between element
graphic and element description on the game elements info screen:

* menu.tile_size.INFO[ELEMENTS]      - tile size of element graphics
* menu.middle_spacing.INFO[ELEMENTS] - space between element and text

Supported tile sizes are game tile size as defined by "game.tile_size"
and the usual standard tile sizes 32, 16, 8 and 4 pixels.


No differences found