Divergent/mods/Anomaly Popup Messages/gamedata/scripts/apm_reputation_mcm.script

10 lines
404 B
Plaintext
Raw Normal View History

2024-03-17 20:18:03 -04:00
function on_mcm_load()
op = {
id = "apm_reputation", sh = true, gr = {
{id = "banner", type = "slide", text = "ui_mcm_ui_popup_messages_reputation_title", size = {512, 50}, spacing = 20},
{id = "goodwill", type = "check", val = 1, def = true},
{id = "reputation", type = "check", val = 1, def = true},
}
}
return op, "ui_popup_messages"
end