Divergent/mods/Bullet Shell Sounds/gamedata/scripts/bullet_shell_sounds_mcm.script

13 lines
414 B
Plaintext
Raw Normal View History

2024-03-17 20:18:03 -04:00
function on_mcm_load()
op = {
id = "bullet_shell_sounds",
sh = true,
gr = {
{id = "title", type = "slide", link = "ui_options_slider_player", text = "ui_mcm_title_bullet_shell_sounds", size = {512, 50}, spacing = 20},
{id = "enabled", type = "check", val = 1, def = true},
{id = "volume", type = "track", val = 2, min = 0, max = 1, step = 0.01, def = 1}
}
}
return op
end