diff options
Diffstat (limited to 'kiba.schemas')
-rw-r--r-- | kiba.schemas | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kiba.schemas b/kiba.schemas index 3edf52f..b7688bd 100644 --- a/kiba.schemas +++ b/kiba.schemas @@ -18,6 +18,51 @@ </schema> <schema> + <applyto>/apps/kiba/options/elasticity</applyto> + <key>/schemas/apps/kiba/options/elasticity</key> + <owner>kiba</owner> + <type>float</type> + <default>0.9</default> + + <locale name="C"> + <short>Elasticity of objects.</short> + <long> + Determinces bounce-back amount. + </long> + </locale> + </schema> + + <schema> + <applyto>/apps/kiba/options/friction</applyto> + <key>/schemas/apps/kiba/options/friction</key> + <owner>kiba</owner> + <type>float</type> + <default>150</default> + + <locale name="C"> + <short>Friction coefficient.</short> + <long> + Determines slow-down due to friction. + </long> + </locale> + </schema> + + <schema> + <applyto>/apps/kiba/options/k</applyto> + <key>/schemas/apps/kiba/options/k</key> + <owner>kiba</owner> + <type>float</type> + <default>0.8</default> + + <locale name="C"> + <short>Spring constant.</short> + <long> + Determines the stiffness of the springs. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/kiba/launchers/file</key> <owner>kiba</owner> <type>string</type> |