Module necro.debug.DebugVisuals

Functions

draw ()
tile (x, y, color, text)

Tables

BLUE
CYAN
GREEN
MAGENTA
RED
WHITE
YELLOW


Functions

draw ()
tile (x, y, color, text)

Parameters:

  • x
  • y
  • color
  • text

Tables

BLUE

Fields:

  • 1 0
  • 2 0
  • 3 255
  • 4 255
CYAN

Fields:

  • 1 0
  • 2 255
  • 3 255
  • 4 255
GREEN

Fields:

  • 1 0
  • 3 0
  • 2 255
  • 4 255
MAGENTA

Fields:

  • 2 0
  • 1 255
  • 3 255
  • 4 255
RED

Fields:

  • 2 0
  • 3 0
  • 1 255
  • 4 255
WHITE

Fields:

  • 1 255
  • 2 255
  • 3 255
  • 4 255
YELLOW

Fields:

  • 3 0
  • 1 255
  • 2 255
  • 4 255
generated by LDoc 1.4.6