PokéRogue
    Preparing search index...

    Interface OptionSelectIconConfig

    Configuration for displaying a sprite before an option's label

    for the friendship candy sprite: `{ name: "items", frame: "candy" }`
    
    interface OptionSelectIconConfig {
        frame?: string | number;
        name: string;
        scale?: number;
        tint?: number;
    }
    Index
    frame?: string | number

    The frame to use if the sprite has multiple ones

    name: string

    The name of the sprite/texture to use

    scale?: number

    Optional scaling for the icon

    tint?: number

    Optional tint to give the icon