diff --git a/bin/conf b/bin/conf index 6f963b4..ccec9f1 100644 --- a/bin/conf +++ b/bin/conf @@ -6,6 +6,11 @@ fullscreen = 0 -- SCREEN. fps = 0 +-- SOUND. +nosound = 0 +sound = 1. +music = 1. + -- JOYSTICK. -- Can be number or substring of joystick name. joystick = "Precision" diff --git a/bin/conf.example b/bin/conf.example index c5cc3b0..9e0a8a8 100644 --- a/bin/conf.example +++ b/bin/conf.example @@ -6,6 +6,11 @@ fullscreen = 0 -- SCREEN. fps = 0 +-- SOUND. +nosound = 0 +sound = 1. +music = 1. + -- JOYSTICK. -- Can be number or substring of joystick name. joystick = "Precision"