Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocationDefinition

Define a location using this pattern:

  id of the location: {
    name: "Name of the location" (optional),
    background: "path to the image to be used as the background",
    foreground: "path to the image to be used as the foreground" (optional),
  }

Hierarchy

  • LocationDefinition

Index

Properties

background

background: string

Optional foreground

foreground: string

Optional name

name: string

Generated using TypeDoc