-
Notifications
You must be signed in to change notification settings - Fork 1
/
kdots.kcfg
45 lines (42 loc) · 1.2 KB
/
kdots.kcfg
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
<?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" >
<kcfgfile />
<group name="Board">
<entry name="firstPointColor" type="Color">
<label>First player territory fill style</label>
<default>#FF0000</default>
</entry>
<entry name="secondPointColor" type="Color">
<label>Second player territory fill style</label>
<default>#0099FF</default>
</entry>
<entry name="firstFillStyle" type="Int">
<label>First player territory fill style</label>
<default>0</default>
</entry>
<entry name="secondFillStyle" type="Int">
<label>Second player territory fill style</label>
<default>0</default>
</entry>
</group>
<group name="Game">
<entry name="lastPlugin" type="Int">
<default>0</default>
</entry>
<entry name="lastHeight" type="Int">
<default>10</default>
</entry>
<entry name="lastWidth" type="Int">
<default>10</default>
</entry>
<entry name="lastGameMode" type="Int">
<default>0</default>
</entry>
<entry name="lastFirstMoving" type="Int">
<default>0</default>
</entry>
</group>
</kcfg>