pokemon-rogue-battle
    Preparing search index...

    Interface PokedexInfoOverlaySettings

    interface PokedexInfoOverlaySettings {
        delayVisibility?: boolean;
        hideBg?: boolean;
        hideEffectBox?: boolean;
        scale?: number;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    delayVisibility?: boolean
    hideBg?: boolean
    hideEffectBox?: boolean

    Determines whether to display the small secondary box

    scale?: number
    width?: number

    Default is always half the screen, regardless of scale

    x?: number
    y?: number