Menus

data/menus.lua

All menus that are not generated during runtime are defined here. Translations for menu labels can be handled in here.

local menus = {
    agencyPreview = {        
        label = "Lottery Agency",
        icon = "fa-solid fa-circle-info",
        text = "Interact with this agency to redeem your lottery tickets.",
        retEvent = "ti_scratchIts:openAgencyMenu"
    },
    ...
}

Last updated