// Interface atlas.

var Widgets = Widgets || {};

Widgets.Sprites = {
  frame_left: { style: "-20px 0px", x: 20, y: 0, width: 20, height: 410 },
  frame_right: { style: "0px 0px", x: 0, y: 0, width: 20, height: 421 },
  frame_top: { style: "-58px -155px", x: 58, y: 155, width: 320, height: 20 },
  frame_bottom: { style: "-58px -135px", x: 58, y: 135, width: 320, height: 20 },
  button_left: { style: "-384px -410px", x: 384, y: 410, width: 18, height: 28 },
  button_right: { style: "-417px -34px", x: 417, y: 34, width: 18, height: 28 },
  button_center: { style: "-224px -410px", x: 224, y: 410, width: 160, height: 28 },
  frame_highlight: { style: "-335px 0px", x: 335, y: 0, width: 64, height: 64 },
  textbox_left: { style: "-399px -34px", x: 399, y: 34, width: 18, height: 28 },
  textbox_right: { style: "0px -421px", x: 0, y: 421, width: 18, height: 28 },
  textbox_center: { style: "-58px -85px", x: 58, y: 85, width: 280, height: 28 },
  check_empty: { style: "-410px -85px", x: 410, y: 85, width: 20, height: 20 },
  check_full: { style: "-426px -410px", x: 426, y: 410, width: 20, height: 20 },
  logo: { style: "-164px 0px", x: 164, y: 0, width: 171, height: 65 },
  logo_tiny: { style: "-378px -135px", x: 378, y: 135, width: 64, height: 12 },
  progress_bar_empty: { style: "-162px -113px", x: 162, y: 113, width: 104, height: 22 },
  progress_bar_full: { style: "-58px -113px", x: 58, y: 113, width: 104, height: 22 },
  block_fire: { style: "-190px -410px", x: 190, y: 410, width: 34, height: 34 },
  block_earth: { style: "-88px -410px", x: 88, y: 410, width: 34, height: 34 },
  block_water: { style: "-156px -410px", x: 156, y: 410, width: 34, height: 34 },
  block_air: { style: "-399px 0px", x: 399, y: 0, width: 34, height: 34 },
  block_void: { style: "-20px -410px", x: 20, y: 410, width: 34, height: 34 },
  block_aether: { style: "-54px -410px", x: 54, y: 410, width: 34, height: 34 },
  block_empty: { style: "-122px -410px", x: 122, y: 410, width: 34, height: 34 },
  arrow_up: { style: "-40px -400px", x: 40, y: 400, width: 16, height: 9 },
  arrow_down: { style: "-409px -113px", x: 409, y: 113, width: 16, height: 9 },
  button_close: { style: "-386px -85px", x: 386, y: 85, width: 24, height: 24 },
  button_menu: { style: "-362px -85px", x: 362, y: 85, width: 24, height: 24 },
  button_chat: { style: "-338px -85px", x: 338, y: 85, width: 24, height: 24 },
  star_small: { style: "-433px -11px", x: 433, y: 11, width: 11, height: 11 },
  divider: { style: "-164px -65px", x: 164, y: 65, width: 275, height: 15 },
  textarea_left: { style: "-40px -200px", x: 40, y: 200, width: 18, height: 200 },
  textarea_right: { style: "-40px 0px", x: 40, y: 0, width: 18, height: 200 },
  textarea_top: { style: "-58px -183px", x: 58, y: 183, width: 264, height: 8 },
  textarea_bottom: { style: "-58px -175px", x: 58, y: 175, width: 264, height: 8 },
  star: { style: "-387px -113px", x: 387, y: 113, width: 11, height: 11 },
  heart: { style: "-430px -85px", x: 430, y: 85, width: 11, height: 11 },
  shield: { style: "-433px 0px", x: 433, y: 0, width: 11, height: 11 },
  heart_small: { style: "-433px -22px", x: 433, y: 22, width: 11, height: 11 },
  shield_small: { style: "-398px -113px", x: 398, y: 113, width: 11, height: 11 },
  rankings: { style: "-58px 0px", x: 58, y: 0, width: 53, height: 85 },
  locked: { style: "-111px 0px", x: 111, y: 0, width: 53, height: 85 },
  button_list: { style: "-402px -410px", x: 402, y: 410, width: 24, height: 24 },
  top_3: { style: "-435px -34px", x: 435, y: 34, width: 7, height: 25 },
  round_left: { style: "-266px -113px", x: 266, y: 113, width: 121, height: 18 }
};
