The items attribute defines the image files presnted by the image.
<image>
or
/ items = (path, path, path,... )Name | Type | Description |
---|---|---|
itemname | item | The name of an item element defined elsewhere in the script. |
path | string | The path to the image files. |
Items can be defined either by specifying the name of an item element, or by directly by listing the path to the image files.
The following defines image items:
<image moutains>
/ items = ("rainier.bmp", "baker.jpg", "sainthelens.gif")
</picture>