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)
commite09651f7389e369d07f23cbdd009937a33ba37c5
tree6a94bcb937b2bc3c9942a11ff7760ff9c93b8635
parentc3e0b26b0f35f18c3f7f0159411cc0c6344b1010
added support for tile size for game elements info screen

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.
src/conf_gfx.c
src/files.c
src/main.h
src/screens.c
src/tools.c
src/tools.h