Warning, /games/kreversi/src/kreversi.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 name="kreversirc"/> 0007 <group name="Game"> 0008 <entry name="AnimationSpeed" type="Enum"> 0009 <label>The speed of the animations.</label> 0010 <choices> 0011 <choice name="Slow" /> 0012 <choice name="Normal" /> 0013 <choice name="Fast" /> 0014 </choices> 0015 <default>Normal</default> 0016 </entry> 0017 <entry name="CompetitiveGameChoice" type="Bool"> 0018 <label>Whether to play competitively in contrast to casually.</label> 0019 <default>true</default> 0020 </entry> 0021 <entry name="UseColoredChips" type="Bool"> 0022 <label>Whether to use colored chips instead of black and white ones.</label> 0023 <default>false</default> 0024 </entry> 0025 </group> 0026 </kcfg>