PokéRogue
    Preparing search index...

    A basic abstract class to act as a holder and processor for UI elements.

    Hierarchy (View Summary)

    Index
    active: boolean = false
    awaitingActionInput: boolean
    cursor: number = 0
    onActionInput: AnyFn<any> | null
    tutorialActive: boolean = false
    tutorialOverlay: Rectangle
    • Create a semi transparent overlay that will get shown during tutorials

      Parameters

      • container: Container

        the container to add the overlay to

      Returns void