controlIcons: {
    combat: string;
    defeated: string;
    doorClosed: string;
    doorLocked: string;
    doorOpen: string;
    doorSecret: string;
    down: string;
    effects: string;
    light: string;
    lightOff: string;
    lock: string;
    sound: string;
    soundOff: string;
    template: string;
    up: string;
    visibility: string;
    wallDirection: string;
} = ...

The control icons used for rendering common HUD operations

Type declaration

  • combat: string
  • defeated: string
  • doorClosed: string
  • doorLocked: string
  • doorOpen: string
  • doorSecret: string
  • down: string
  • effects: string
  • light: string
  • lightOff: string
  • lock: string
  • sound: string
  • soundOff: string
  • template: string
  • up: string
  • visibility: string
  • wallDirection: string