pb2menu 1

background menu_bg_ingame

widget
	xcent -10
	ycent -40
	halign right
	type checkbox
	text "Draw Hud"
	cvar cl_drawhud

widget
	yrel 12
	halign right
	type slider
	text "Hud Scale"
	min 1
	max 6
	inc 1
	cvar cl_hudscale

widget
	yrel 12
	width 3
	halign right
	type field
	cvar fov

widget
	yrel 3
	xrel -35
	halign right
	type slider
	text "FoV"
	cvar fov
	min 90
	max 160
	inc 2

widget
	yrel 15
	xrel 35
	halign right
	type checkbox
	text "Text Shadow"
	cvar gl_textshadow

widget
	yrel 12
	halign right
	type text
	text "   Crosshairs   "
	command "menu ingame/crosshair"

widget
	yrel 12
	xcent 80
	halign right
	type field
	text "Message Display Time"
	cvar_default 6
	cvar con_notifytime

widget
	ycent -40
	xcent 10
	text "Display Messages"

widget
	yrel 12
	type select
	width 10
	height 2
	begin pairs
		3	"Chat Only"
		2	"No Elims"
		1	"No Items"
		0	"All"
	end
	cvar msg

widget
	yrel 36
	text "Handedness"

widget
	yrel -6
	xrel 85
	type select
	width 6
	height 2
	begin pairs
		0	"Right"
		1	"Left"
		2	"Center"
	end
	cvar hand
