* And minor adjustments
This commit is contained in:
Eduardo Bart
2013-01-25 17:26:51 -02:00
parent c982ca81a5
commit 32c5f4285b
13 changed files with 121 additions and 60 deletions

View File

@@ -15,10 +15,6 @@ Panel
id: enableMusicSound
!text: tr('Enable music sound')
OptionCheckBox
id: enableEffectsSound
!text: tr('Enable effects sound')
Label
id: musicSoundVolumeLabel
!text: tr('Music volume: %d', 100)

View File

@@ -25,7 +25,6 @@ local defaultOptions = {
enableLights = true,
enableShaders = true,
ambientLight = 25,
enableEffectsSound = 0
}
local optionsWindow