pokemon-rogue-battle
    Preparing search index...

    Class defaultAbstract

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    active: boolean = false
    awaitingActionInput: boolean
    cursor: number = 0
    mode: null | number
    onActionInput: null | Function
    tutorialActive: boolean = false
    tutorialOverlay: Rectangle

    Methods

    • To be implemented by individual handlers when necessary to free memory Called when BattleScene is reset

      Returns void

    • Create a semi transparent overlay that will get shown during tutorials

      Parameters

      • container: Container

        the container to add the overlay to

      Returns void