From 78bf7410e7fba1eee048a3ed402f780569ca7571 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Fri, 8 Mar 2013 14:44:05 +0000
Subject: [PATCH] [Change] Quick update to the conf file.

---
 bin/conf.example | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/conf.example b/bin/conf.example
index 9e0a8a8..08fef31 100644
--- a/bin/conf.example
+++ b/bin/conf.example
@@ -8,8 +8,8 @@ fps = 0
 
 -- SOUND.
 nosound = 0
-sound 	= 1.
-music 	= 1.
+sound 	= 0.7
+music 	= 0.5
 
 -- JOYSTICK.
 -- Can be number or substring of joystick name.
@@ -21,6 +21,8 @@ joystick = "Precision"
 -- If left is an axis, it will automatically set right to the same axis.
 -- setting both to the same axis (key).
 -- You can use reverse = 1 option to reverse them.
+-- Currently keybindings work with the number of the key only (when doing
+-- keyboard). Would be cool to have a gui to do this for you at some point.
 
 -- Movement.
 accel           = { type = "jbutton",   key = 0   }