#include "ui/menudef.h"
//menuDef	{ fullScreen MENU_FALSE	visible MENU_TRUE


// CROSSHAIR  gutes fett!
menuDef
	{
	name "spaceCrosshair"
	fullScreen MENU_FALSE
	visible MENU_TRUE

itemDef { name "-left"
       cvarTest ch_customcrosshair        showCvar {1}
	visible 1 style 1  backcolor 1 1 0 1
      rect 306 238.7 10 2.6       
}

itemDef { name "-right"
       cvarTest ch_customcrosshair        showCvar {1}
	visible 1 style 1  backcolor 1 1 0 1
      rect 324 238.7  10 2.6
}


itemDef { name "|top"
      style 1 backcolor 0 1 0 1  visible 1 
      rect 319 219 2 16     
      cvarTest ch_customcrosshair
	showCvar {1}	}
 
 

itemDef { name "|bott"
      style 1 backcolor 1 1 0 1  visible 1 
      rect 319 245.2 2 15     
      cvarTest ch_customcrosshair
	showCvar {1}	}
}


 
}
 

}
/*
 
// CROSSHAIR   lter und slimmer
menuDef
	{
	name "spaceCrosshair"
	fullScreen MENU_FALSE
	visible MENU_TRUE

itemDef { name "-"
       cvarTest ch_customcrosshair        showCvar {1}
	visible 1 style 1  backcolor 1 1 0 .7 
      rect 308 239.1 24 1.8      ///308 239.1 24 2.2  
}

itemDef { name "|"
      style 1 backcolor 1 1 0 .7	visible 1 
      rect 319.3 210 1.4 60    ////319 210 2 60
      cvarTest ch_customcrosshair
	showCvar {1}	}
}
*/


/////////***************  DATA

itemDef { name "|bott"
      style 1 backcolor 1 1 0 1  visible 1 
      rect 319 245.2 2 15     

itemDef { name "|"
      style 1 backcolor 1 1 0 .7	visible 1 
      rect 319.3 210 1.4 60    ////319 210 2 60



itemDef { name "-right"
       cvarTest ch_customcrosshair        showCvar {1}
	visible 1 style 1  backcolor 1 1 0 1
      rect 324 238.7  10 2.6

itemDef { name "-"
       cvarTest ch_customcrosshair        showCvar {1}
	visible 1 style 1  backcolor 1 1 0 .7 
      rect 308 239.1 24 1.8      ///308 239.1 24 2.2  
