~ubuntu-branches/ubuntu/precise/kdegames/precise

1 by Daniel Schepler
Import upstream version 3.2.3
1
<?xml version="1.0" encoding="UTF-8"?>
1.2.1 by Jonathan Riddell
Import upstream version 3.4.0
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6
  <kcfgfile name="kreversirc"/>
1 by Daniel Schepler
Import upstream version 3.2.3
7
  <group name="Game">
1.2.14 by Jonathan Riddell
Import upstream version 4.0.80
8
    <entry name="AnimationSpeed" type="Enum">
1 by Daniel Schepler
Import upstream version 3.2.3
9
      <label>The speed of the animations.</label>
1.2.14 by Jonathan Riddell
Import upstream version 4.0.80
10
      <choices>
11
          <choice name="Slow" />
12
          <choice name="Normal" />
13
          <choice name="Fast" />
14
      </choices>
15
      <default>Normal</default>
1.2.1 by Jonathan Riddell
Import upstream version 3.4.0
16
    </entry>
17
    <entry name="CompetitiveGameChoice" type="Bool">
18
      <label>Whether to play competitively in contrast to casually.</label>
19
      <default>true</default>
1 by Daniel Schepler
Import upstream version 3.2.3
20
    </entry>
1.2.14 by Jonathan Riddell
Import upstream version 4.0.80
21
    <entry name="level" type="Int">
22
      <label>Difficulty level</label>
23
      <default>30</default>
24
    </entry>
25
    <entry name="UseColoredChips" type="Bool">
26
        <label>Whether to use colored chips instead of black and white ones.</label>
27
        <default>false</default>
1.1.1 by Daniel Schepler
Import upstream version 3.3.2
28
    </entry>
1 by Daniel Schepler
Import upstream version 3.2.3
29
  </group>
30
</kcfg>