Warning, /games/killbots/src/killbots.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         <kcfgfile/>
0007         <group name="General">
0008                 <entry name="MiddleClickAction" type="Enum">
0009                         <choices name="ClickAction">
0010                                 <choice name="Nothing"/>
0011                                 <choice name="Step"/>
0012                                 <choice name="RepeatedStep"/>
0013                                 <choice name="Teleport"/>
0014                                 <choice name="TeleportSafely"/>
0015                                 <choice name="TeleportSafelyIfPossible"/>
0016                                 <choice name="WaitOutRound"/>
0017                         </choices>
0018                         <default>RepeatedStep</default>
0019                         <tooltip>The action performed on a middle-click</tooltip>
0020                         <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>
0021                 </entry>
0022                 <entry name="RightClickAction" type="Enum">
0023                         <choices name="ClickAction"/>
0024                         <default>TeleportSafelyIfPossible</default>
0025                         <tooltip>The action performed on a right-click</tooltip>
0026                         <whatsthis>Selects the action performed when right-clicking on the main game area.</whatsthis>
0027                 </entry>
0028                 <entry name="AnimationSpeed" type="Int">
0029                         <min>0</min>
0030                         <max>10</max>
0031                         <default>5</default>
0032                         <tooltip>The speed used to display animations</tooltip>
0033                         <whatsthis>Adjusts the speed at which the in game animations are displayed.</whatsthis>
0034                 </entry>
0035                 <entry name="PreventUnsafeMoves" type="Bool">
0036                         <default>true</default>
0037                         <tooltip>Prevent the player from making fatal moves</tooltip>
0038                         <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>
0039                 </entry>
0040                 <entry name="Ruleset" type="String">
0041                         <default>default.desktop</default>
0042                         <tooltip>The selected set of game rules</tooltip>
0043                         <whatsthis>Selects the set of game rules to be used in the next game.</whatsthis>
0044                 </entry>
0045         </group>
0046 </kcfg>