typesΒΆ

Definitions for various types used throughout the library.

Classes

Coordinate(x, y)

A location on a 2D grid

Tile(coord)

A generic tile.

PathTile(coord[, dist])

A tile with distance information for pathfinding.

RectangularRoom(x, y, width, height)

WuTile(coord, brightness)