// Interface atlas.

var _ui = _ui || {};

_ui.road_sprites = {
  road_sw: { style: "0px 0px", x: 0, y: 0, width: 160, height: 160 },
  road_se: { style: "0px -160px", x: 0, y: 160, width: 160, height: 160 },
  road_nw: { style: "0px -320px", x: 0, y: 320, width: 160, height: 160 },
  road_ne: { style: "-160px 0px", x: 160, y: 0, width: 160, height: 160 },
  road_we: { style: "-160px -320px", x: 160, y: 320, width: 160, height: 160 },
  road_ns: { style: "-160px -160px", x: 160, y: 160, width: 160, height: 160 }
};

