name = SoundOptions
widgets = 5
background = box.png
dialog = false
tab_text = Sound

[ widget-00 ]
type = label
name = SoundOptionsLabel
text = Sound Options
center = 0.5, 0.1
width = auto
height = auto
fontsize = 9
enabled = 0
selected = 0
default = 0
cancel = 0

[ widget-01 ]
type = slider
name = FXVolumeSlider
text = Sound Effects Volume
tip = Change the volume of the sound effects in the game.
setting = sound.volume
center = 0.5, 0.25
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 1
default = 0
cancel = 0

[ widget-02 ]
type = slider
name = MusicVolumeSlider
text = Music Volume
tip = Change the volume of the music in the game.
setting = sound.music_volume
center = 0.5, 0.32
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-03 ]
type = button
name = SoundOptionsOKButton
text = OK
tip = Save changes and return to Options menu.
action = Options
center = 0.4, 0.42
color = 0.0, 0.8, 0.0
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 1
cancel = 0

[ widget-04 ]
type = button
name = SoundOptionsCancelButton
text = Cancel
tip = Forget changes and return to Options menu.
action = Options
center = 0.6, 0.42
color = 0.8, 0.0, 0.0
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 0
cancel = 1
