Warning, /games/ksquares/src/ksquares.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 
0007 <kcfgfile name="ksquaresrc"/>
0008         <group name="Game Settings">
0009                 <entry name="NumOfPlayers" type="Int">
0010                         <label>Number of Players</label>
0011                         <default>2</default>
0012                 </entry>
0013                 <entry name="PlayerNames" type="StringList">
0014                         <label>Player Names</label>
0015                 </entry>
0016                 <entry name="HumanList" type="IntList">
0017                         <label>Human or AI</label>
0018                         <default>2,2,2,2</default>
0019                 </entry>
0020                 <entry name="BoardWidth" type="Int">
0021                         <label>Width of board</label>
0022                         <default>10</default>
0023                 </entry>
0024                 <entry name="BoardHeight" type="Int">
0025                         <label>Height of board</label>
0026                         <default>7</default>
0027                 </entry>
0028                 <entry name="QuickStart" type="Int">
0029                         <label>Quick start the game</label>
0030                         <default>0</default>
0031                 </entry>
0032         </group>
0033         <group name="AI">
0034                 <entry name="Difficulty" type="Int">
0035                         <label>Difficulty</label>
0036                         <whatsthis>How difficult the AI should be</whatsthis>
0037                         <default>0</default>
0038                 </entry>
0039         </group>
0040         <group name="Display">
0041                 <entry name="BackgroundColor" type="Color">
0042                         <label>Background Color</label>
0043                         <whatsthis></whatsthis>
0044                         <default>255,255,255</default>
0045                 </entry>
0046                 <entry name="CenterDotColor" type="Color">
0047                         <label>Center Dot Color</label>
0048                         <whatsthis></whatsthis>
0049                         <default>0,0,0</default>
0050                 </entry>
0051                 <entry name="FeintLineColor" type="Color">
0052                         <label>Feint Line Color</label>
0053                         <whatsthis></whatsthis>
0054                         <default>192,192,192</default>
0055                 </entry>
0056                 <entry name="LineColor" type="Color">
0057                         <label>Line Color</label>
0058                         <whatsthis></whatsthis>
0059                         <default>0,0,0</default>
0060                 </entry>
0061                 <entry name="IndicatorLineColor" type="Color">
0062                         <label>Indicator Line Color</label>
0063                         <whatsthis></whatsthis>
0064                         <default>255,255,0</default>
0065                 </entry>
0066                 <entry name="HighlightColor" type="Color">
0067                         <label>Highlight Color</label>
0068                         <whatsthis></whatsthis>
0069                         <default>220,100,100</default>
0070                 </entry>
0071         </group>
0072 </kcfg>