Imagine the skins from the previous post laying on top of the backgrounds in the post before last.
http://forums.gbpvr.com/showpost.php?p=1...ostcount=5
Quote:for main...
<CompositeImage name="Background" size="720,480">
<!-- Appearance Mangager requires MainBackground.jpg in the skin's root directory (one up from here) -->
<DrawImage filename="..\MainBackground.jpg" loc="0,0" size="720,480"/>
<!-- Appearance Mangager requires the skin effect se.png in the main menu directory -->
<DrawImage filename="se.png" loc="0,0" size="720,480"/>
</CompositeImage>
Quote:or for plugins...Now take a look at this post...
<CompositeImage name="Background" size="720,480">
<!--Appearance Mangager requires Background.jpg in the skin's root directory (one up from here)-->
<DrawImage filename="..\Background.jpg" loc="0,0" size="720,480"/>
<!--Optional per plugin. Appearance Mangager recommends the skin effect se.png in the plugin's directory -->
<DrawImage filename="se.png" loc="0,0" size="720,480"/>
</CompositeImage>
http://forums.gbpvr.com/showpost.php?p=1...ostcount=5