Divergent/mods/EFT Aim Rattle/gamedata/scripts/eft_rattle_mcm.script

11 lines
403 B
Plaintext
Raw Normal View History

2024-03-17 20:18:03 -04:00
function on_mcm_load()
op = {
id = "eft_rattle", sh = true, gr = {
{id = "banner", type = "slide", link = "EFT_Rattle_Banner.dds", text = "ui_mcm_title_eft_rattle", size= {512,50}, spacing = 20},
{id = "aim_rattle", type = "check", val = 1, def = true},
{id = "lower_raise_rattle", type = "check", val = 1, def = false},
}
}
return op
end