pb2menu 1

include ingame_background_include

widget
	xcent 0
	ycent -28
	halign center
	type button
	picwidth 180
	text "Login"
	command "menu admin_login"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Manage Players"
	command "menu admin_players"

widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Manage Rotation"
	command "menu admin_rotation"
	
widget
	yrel 16
	halign center
	type button
	picwidth 180
	text "Change Map"
	command "menu admin_newmap"
