pb2menu 1

include ingame_background_include

widget
	xcent 0
	ycent -36
	halign center
	type button
	picwidth 180
	text "Main Menu"
	command "menu main"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Join Team"
	command "menu join"


widget
	yrel 16
	xcent 0
	halign center
	type button
	picwidth 180
	text "Setup"
	command "menu setup"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Remote Admin"
	command "menu admin"
	
widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Vote"
	command "menu vote_map2"