pb2menu 1

background menu_bg_ingame
exec "chase.cfg"

widget
	xcent 0
	ycent -40
	halign center
	type text
	text "              Main Menu              "
	command "menu main"

widget
	yrel 12
	halign center
	type text
	text "              Join Team              "
	command "menu ingame/join"


widget
	yrel 12
	xcent 0
	halign center
	type text
	text "                Setup                "
	command "menu ingame/setup/main"

widget
	yrel 12
	halign center
	type text
	text "            Remote Admin            "
	command "menu admin/admin"
	
widget
	yrel 12
	halign center
	type text
	text "                Vote                "
	command "menu ingame/vote_map2"
	
widget
	yrel 12
	halign center
	type text
	text "               Ignore               "
	command "menu ingame/ignore"

widget
	yrel 12
	halign center
	type text
	text "              Chase Cam              "
	command "menu off;chase"
