BACKGROUND_IMAGES (a child element of SYSTEM) defines the background images used in certain parts of the game, such as the help menu, character stats menu and the startup loading screen.
BACKGROUND_IMAGES supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.
In this example BACKGROUND_IMAGES defines the background images used in the help menu and character stats menu.
- <BACKGROUND_IMAGES>
- <HELP_MENU>
- ......
- </HELP_MENU>
- <STATS_MENU>
- ......
- </STATS_MENU>
- </BACKGROUND_IMAGES>