|
楼主 |
发表于 2006-12-10 21:00:24
|
显示全部楼层
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd">
<!--
The commands in this file will override the defaults contained in settings.xml (fm2005/data direcrory)
Any of these commands can be taken from the settings.xml, edited and placed here to change the look for your skin
-->
<properties version="1.0">
<!-- skin details -->
<string id="name" value="Flexion[COMMENT: skin for FM 2007]"/> <!-- The name of the skin -->
<string id="author" value="Sports Interactive"/> <!-- The author name -->
<string id="description" value="Default Skin"/> <!-- Short description -->
<string id="version" value="1.0"/> <!-- The version number -->
<!--
Minimum game version this skin requires to be valid, and listed as an option in the list of skins .
This is used for two things:
- F irst of all you can force a sking to only be availble for a minimum minor release (ie patch), in other words
setting the required_version to 7.0.1 makes sure the skin won't be listed if the game is in version 7.0.0.
- Secondly, the first number ("major version") is used to decide which version the skin was designed for,
so if the version is "7.0.0" it won't be listed in the list of skins if the game version is "6.0.0." or "8.0.0",
even though 7 is less than 8.
-->
<string id="required_version" value="7.0.0" />
<real id="bgop" value="0.1"/> <!-- Background opacity to determine how see through this colour is -->
<integer id="cmod" value="1"/> <!-- Colour Mode -->
<!-- TOOLTIP PROPERTIES -->
<flags id="hnfn" value="fonts/fmchs" comment="hint font"/>
<integer id="hnst" value="0"/> <!-- Style -->
<integer id="hnss" value="8"/> <!-- Font size -->
<!-- TITLE PROPERTIES -->
<flags id="tlfn" value="fonts/fmchs" comment=" title font "/>
<integer id="tlss" value="19"/> <!-- Large font size -->
<integer id="tlsn" value="15"/> <!-- Normal font size -->
<integer id="tlsl" value="9"/> <!-- Small font size -->
<integer id="tlst" value="shadowed"/> <!-- title text style -->
<!-- MENU PROPERTIES -->
<flags id="mnfn" value="fonts/fmchs" comment=" popup menu font "/>
<integer id="mnss" value="8"/> <!-- Small font size -->
<integer id="mnsn" value="9"/> <!-- Normal font size -->
<integer id="mnsl" value="11"/> <!-- Large font size -->
<integer id="mnst" value="shadowed"/> <!-- menu text style -->
<!-- BUTTON PROPERTIES -->
<flags id="cnfn" value="fonts/fmchs" comment=" Button Font "/>
<integer id="cnss" value="7"/> <!-- Small font size -->
<integer id="cnsn" value="8"/> <!-- Normal font size -->
<integer id="cnsl" value="10"/> <!-- Large font size -->
<integer id="cnst" value="shadowed"/> <!-- button text style -->
<!-- TEXT PROPERTIES -->
<flags id="txfn" value="fonts/fmchs" comment=" Text font "/>
<integer id="txss" value="9" /> <!-- text size small -->
<integer id="txsn" value="10" /> <!-- text size normal -->
<integer id="txsl" value="11" /> <!-- text size large -->
<integer id="txst" value="shadowed"/> <!-- text style -->
</properties>
改什么能详细点么 |
|