summaryrefslogtreecommitdiffstats
path: root/kreversi/kreversi.kcfg
blob: 64fa503943ccaec72360e3213ca7be1bd7bcc180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  <include>kstandarddirs.h</include>
  <include>tdeglobal.h</include>
  <kcfgfile name="kreversirc"/>
  <group name="Game">
    <entry name="Grayscale" type="Bool">
      <label>Whether to use a grayscale board instead of colored.</label>
      <default>false</default>
    </entry>
      <entry name="HumanColor" type="Int">
      <label>The human color.</label>
      <default>1</default>
    </entry>
      <entry name="ComputerColor" type="Int">
      <label>The computer color.</label>
      <default>0</default>
    </entry>
    <entry name="Animation" type="Bool">
      <label>Whether to use animations.</label>
      <default>true</default>
    </entry>
    <entry name="AnimationSpeed" type="Int">
      <label>The speed of the animations.</label>
       <default>4</default>
      <min>1</min>
      <max>10</max>
    </entry>
    <entry name="Zoom" type="Int">
      <label>The zoom factor of the board.</label>
      <default>100</default>
      <min>10</min>
      <max>300</max>
    </entry>
    <entry name="CompetitiveGameChoice" type="Bool">
      <label>Whether to play competitively in contrast to casually.</label>
      <default>true</default>
    </entry>
    <entry name="skill" type="Int">
      <label>The strength of the computer player.</label>
      <default>1</default>
      <min>1</min>
      <max>7</max>
    </entry>
    <entry name="BackgroundImageChoice" type="Bool">
      <label>Whether to use a background image.</label>
      <default>true</default>
    </entry>
    <entry name="BackgroundColor" type="Color">
      <label>The background color to use.</label>
      <default>#ffffff</default>
    </entry>
    <entry name="BackgroundImage" type="Path">
      <label>Image to use as background.</label>
      <code>#define PICDATA(x) TDEGlobal::dirs()->findResource("appdata", QString("pics/")+ x)</code>
      <default code="true">PICDATA("background/Light_Wood.png")</default>
    </entry>
    <entry name="MenubarVisible" type="Bool" key="menubar visible">
      <label>Whether the menubar is visible.</label>
      <default>true</default>
    </entry>
  </group>
</kcfg>