Custom depth for each item by xml

Author: Digicrafts Last Update: 24/11/2008

1. Add custom material tag in the xml file.

You can set individual depth for each item by edit the xml.

For custom xml
 
<items id = "items">
 
<item path = "menu/icon_1.png" width = "128" height = "128" type = "bitmapfile">
<title>Item Title</title>
<description>Item description</description>
<depth>50</depth>
</item>
 
For PhotoShop xml
 
<image
path = "1.jpg"
width = "350"
height = "350"
thumbpath = "1.jpg"
thumbwidth = "200"
thumbheight = "200">
<meta name = "title"><![CDATA[description]]></meta>
<meta name = "depth">50</meta>
</image>