PokéRogue
    Preparing search index...

    Type Alias MatterWalls

    type MatterWalls = {
        bottom?: BodyType;
        left?: BodyType;
        right?: BodyType;
        top?: BodyType;
    }
    Index

    Properties

    bottom?: BodyType

    The bottom wall for the Matter World.

    left?: BodyType

    The left wall for the Matter World.

    right?: BodyType

    The right wall for the Matter World.

    top?: BodyType

    The top wall for the Matter World.