You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.4 KiB
51 lines
1.4 KiB
<?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 name="ksnakerc"/>
|
|
<group name="Game">
|
|
<entry name="bgcolor_enabled" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="bgcolor" type="Color">
|
|
<label>The background color of the game.</label>
|
|
<default>white</default>
|
|
</entry>
|
|
<entry name="bgimage_enabled" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="bgimage" type="Int">
|
|
<label>Background Image</label>
|
|
<default>4</default>
|
|
</entry>
|
|
|
|
<entry name="Skill" type="Int">
|
|
<label>Snake speed</label>
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="ComputerSnakes" type="Int">
|
|
<label>Number of Snakes in the game</label>
|
|
<default>1</default>
|
|
</entry>
|
|
<entry name="SnakesAI" type="Int">
|
|
<label>Snake Behavior</label>
|
|
<default>0</default>
|
|
</entry>
|
|
|
|
<entry name="Balls" type="Int">
|
|
<label>Number of Balls in the game</label>
|
|
<default>1</default>
|
|
</entry>
|
|
<entry name="BallsAI" type="Int">
|
|
<label>Ball Behavior</label>
|
|
<default>0</default>
|
|
</entry>
|
|
|
|
<entry name="StartingRoom" type="Int">
|
|
<default>1</default>
|
|
</entry>
|
|
|
|
</group>
|
|
</kcfg>
|