Interface TilesetTileDefinition

interface TilesetTileDefinition {
    animationFrames: readonly TilesetTileAnimationFrameDefinition[];
    bankID?: string;
    chestID?: string;
    combinationLockID?: string;
    enterableID?: string;
    extendsNPC?: boolean;
    npcID?: string;
    pianoID?: string;
    reachableID?: string;
}

Properties

animationFrames: readonly TilesetTileAnimationFrameDefinition[]
bankID?: string
chestID?: string
combinationLockID?: string
enterableID?: string
extendsNPC?: boolean
npcID?: string
pianoID?: string
reachableID?: string