interface MoveInfoOverlaySettings {
    delayVisibility?: boolean;
    hideBg?: boolean;
    hideEffectBox?: boolean;
    onSide?: boolean;
    right?: boolean;
    scale?: number;
    top?: boolean;
    width?: number;
    x?: number;
    y?: number;
}

Properties

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

Determines whether to display the small secondary box

onSide?: boolean
right?: boolean
scale?: number
top?: boolean
width?: number

Default is always half the screen, regardless of scale

x?: number
y?: number