pb2menu 1

include ingame_background_include

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


widget
	yrel 16
	xcent 0
	halign center
	type button
	picwidth 180
	text "Save Game"
	command "menu savegame"


widget
	yrel 16
	xcent 0
	halign center
	type button
	picwidth 180
	text "Quit to Main Menu"
	command "disconnect; menu main"

