NORMAL_IMAGE_PRELOAD_LIST (a child element of SYSTEM) defines a list of images to be preloaded at the startup of the game. Generally you will rarely need to use this element to preload images, unless you have some images that are not defined elsewhere and are commonly used in the game.
NORMAL_IMAGE_PRELOAD_LIST 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 NORMAL_IMAGE_PRELOAD_LIST defines two images to be preloaded.
- <NORMAL_IMAGE_PRELOAD_LIST>
- <IMAGE>
- ......
- </IMAGE>
- <IMAGE>
- ......
- </IMAGE>
- </NORMAL_IMAGE_PRELOAD_LIST>