summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/asciiquarium.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'asciiquarium/src/asciiquarium.kcfg')
-rw-r--r--asciiquarium/src/asciiquarium.kcfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/asciiquarium/src/asciiquarium.kcfg b/asciiquarium/src/asciiquarium.kcfg
new file mode 100644
index 00000000..244a1197
--- /dev/null
+++ b/asciiquarium/src/asciiquarium.kcfg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
+<kcfg>
+ <kcfgfile name="asciiquariumrc"/>
+ <group name="Settings">
+ <entry name="fishCount" type="Int">
+ <label>Amount of fish to have in the sea.</label>
+ <default>20</default>
+ <whatsthis>You can use this value to select the number of fish that will be
+ on screen at a given time.</whatsthis>
+ </entry>
+ </group>
+</kcfg>
+<!-- vim: set noet ts=4: -->