pb2menu 1

include ingame_background_include


widget
	xcent 0
	ycent -44
	halign center
	type button
	picwidth 180
	text "Auto Assign"
	command "cmd join auto"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "AJoin Red"
	hovertext "Join Red"
	command "cmd join red"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Join Blue"
	hovertext "Join Blue"
	command "cmd join blue"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Join Purple"
	hovertext "}Join Purple"
	command "cmd join purple"
	
widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Join Yellow"
	hovertext "|Join Yellow"
	command "cmd join yellow"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Switch to Observer"
	command "cmd join observer"
