SVN_SILENT made messages (.desktop file)
[kdegames.git] / killbots / killbots.kcfg
blob3c6bb0d6aa6198cb7a2b104f93788a67235ce7a2
1 <?xml version="1.0" encoding="UTF-8"?>
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"
7 <kcfgfile/>
8 <group name="General">
9 <entry name="MiddleClickAction" type="Enum">
10 <choices name="ClickAction">
11 <choice name="Nothing"/>
12 <choice name="Step"/>
13 <choice name="RepeatedStep"/>
14 <choice name="Teleport"/>
15 <choice name="TeleportSafely"/>
16 <choice name="TeleportSafelyIfPossible"/>
17 <choice name="WaitOutRound"/>
18 </choices>
19 <default>RepeatedStep</default>
20 <tooltip>The action performed on a middle-click</tooltip>
21 <whatsthis>Selects the action performed when middle-clicking on the main game area. If a middle mouse button is not available, this action can be performed by left- and right-clicking simultaneously or by left-clicking while holding the control key.</whatsthis>
22 </entry>
23 <entry name="RightClickAction" type="Enum">
24 <choices name="ClickAction"/>
25 <default>TeleportSafelyIfPossible</default>
26 <tooltip>The action performed on a right-click</tooltip>
27 <whatsthis>Selects the action performed when right-clicking on the main game area.</whatsthis>
28 </entry>
29 <entry name="AnimationSpeed" type="Int">
30 <min>0</min>
31 <max>10</max>
32 <default>5</default>
33 <tooltip>The speed used to display animations</tooltip>
34 <whatsthis>Adjusts the speed at which the in game animations are displayed.</whatsthis>
35 </entry>
36 <entry name="PreventUnsafeMoves" type="Bool">
37 <default>true</default>
38 <tooltip>Prevent the player from making fatal moves</tooltip>
39 <whatsthis>If checked, the game will ignore any move that would result in the immediate death of the hero (other than random teleports and waiting out the round).</whatsthis>
40 </entry>
41 <entry name="Ruleset" type="String">
42 <default>default.desktop</default>
43 <tooltip>The selected set of game rules</tooltip>
44 <whatsthis>Selects the set of game rules to be used in the next game.</whatsthis>
45 </entry>
46 <entry name="Theme" type="String">
47 <default>themes/default.desktop</default>
48 <tooltip>The selected game theme</tooltip>
49 <whatsthis>Selects the theme used to display all in game elements.</whatsthis>
50 </entry>
51 </group>
52 </kcfg>