pb2menu 1

include logo_header_include


	
widget type pic
	xcent 0 ycent -32
	halign center
	command "menu play"
	pic "m_play1" hoverpic "m_play1h" selectedpic "m_play1s"

widget type pic
	yrel 32 halign center
	command "menu setup"
	pic "m_setup1" hoverpic "m_setup1h" selectedpic "m_setup1s"

widget type pic command "quit" yrel 32 halign center
	pic "m_quit1" hoverpic "m_quit1h" selectedpic "m_quit1s"

widget type button
	xabs 12
	valign bottom
	ybot -18
	type text
	command "toggleconsole"
	text "Console"


widget type button
	xcenter 0
	halign center
	valign bottom
	ybot -18
	type text
	text "Discord"
	command "menu discord"


widget type button
	xright -12
	halign right
	valign bottom
	ybot -18
	type text
	text "Website"
	command "menu website"
