home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _6366CD2D1CBF4108B02857E0BA190832 < prev    next >
Extensible Markup Language  |  2004-08-30  |  1KB  |  35 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/sios/properties.dtd">
  3.  
  4. <!-- image properties -->
  5. <properties>
  6.  
  7.     <!-- TITLED BOX appearance - this is intended to be a box with borders of some sort
  8.                                  which also has a title drawn into it
  9.                                  
  10.                                  the titled box can also have an optional overlay
  11.                                  appearance which is drawn on top of this one, everywhere
  12.                                  except where the title is drawn; you can use this to
  13.                                  add adornments to the bordered region without them
  14.                                  cluttering up the title and making it unreadable
  15.                                  
  16.                                  to use the overlay appearance, just add a set of
  17.                                  graphics called "appearance_top_left..." etc,
  18.                                  and an XML file called "appearance.xml"
  19.                 
  20.     -->
  21.  
  22.     <!-- image borders -->
  23.     <!-- these determine how many pixels any content is inset from each side of the box -->
  24.  
  25.     <integer id="left_border" value="12"/>
  26.     <integer id="top_border" value="32"/>
  27.     <integer id="right_border" value="14"/>
  28.     <integer id="bottom_border" value="14"/>
  29.  
  30.     <!-- title insets -->
  31.     <!-- these determine how many pixels the title is inset from the top/left/right of the box -->
  32.     <integer id="title_horizontal_inset" value="10"/>
  33.     <integer id="title_vertical_inset" value="6"/>
  34.     <integer id="title_text_inset" value="2"/>
  35. </properties>