name = InGameSoundOptions
widgets = 5
background = box.png
dialog = false

[ widget-00 ]
type = label
name = InGameSoundOptionsLabel
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 = InGameFXVolumeSlider
setting = sound.volume
values = options
center = 0.5, 0.25
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 1
default = 0
cancel = 0

[ widget-02 ]
type = slider
name = InGameMusicVolumeSlider
setting = sound.music_volume
values = options
center = 0.5, 0.32
width = auto
height = auto
fontsize = 6
enabled = 0
selected = 0
default = 0
cancel = 0

[ widget-03 ]
type = button
name = InGameSoundOptionsOKButton
text = OK
tip = Save changes and return to Options menu.
action = InGameOptions
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 = InGameSoundOptionsCancelButton
text = Cancel
tip = Forget changes and return to Options menu.
action = InGameOptions
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
