// Interface atlas.

var _ui = _ui || {};

_ui.sprites = {
  plus: { style: "0px -209px", x: 0, y: 209, width: 20, height: 20 },
  star_defense: { style: "0px -103px", x: 0, y: 103, width: 100, height: 56 },
  free_flight: { style: "-142px -123px", x: 142, y: 123, width: 72, height: 62 },
  touch_flight: { style: "-142px -61px", x: 142, y: 61, width: 74, height: 62 },
  howto: { style: "0px -80px", x: 0, y: 80, width: 137, height: 23 },
  more: { style: "0px -61px", x: 0, y: 61, width: 142, height: 19 },
  playground: { style: "0px -38px", x: 0, y: 38, width: 217, height: 23 },
  hiscores: { style: "0px -177px", x: 0, y: 177, width: 79, height: 14 },
  continue_img: { style: "0px -159px", x: 0, y: 159, width: 97, height: 18 },
  over: { style: "0px 0px", x: 0, y: 0, width: 245, height: 38 },
  submit_img: { style: "0px -191px", x: 0, y: 191, width: 77, height: 18 }
};

