added support for level specific information text messages
authorHolger Schemel <holger.schemel@virtion.de>
Wed, 9 Oct 2024 17:05:07 +0000 (19:05 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Wed, 9 Oct 2024 17:13:58 +0000 (19:13 +0200)
commit2423fa287d0892156976c064369a32eaa73bcb3a
treeffd48b34c985db049b42ce823d39e5b1c7bccd4e
parent6f3903d029f25e61a3df501fa7e429a3f2289c45
added support for level specific information text messages

By placing a text file into "docs/levels/XXX.txt" inside the level set
directory (or directly inside the level set directory just next to the
level file itself), the text message can be shown by pressing the
envelope icon that appears in the bottom left corner of the main menu
(similar to the level set information by the icon on the bottom right,
if available).

The level information text can also be accessed from the info screen.
src/conf_gfx.c
src/conf_mus.c
src/conf_snd.c
src/init.c
src/libgame/setup.c
src/libgame/setup.h
src/libgame/system.h
src/main.c
src/main.h
src/screens.c