package atlas
const (
TileEmpty = byte(0)
TileRover = byte(1)
TileWall = byte(2)
TileRock = byte(3)
)