ListMenu "MainMenu"
{
	StaticPatch 92, 2, "M_DOOM"
	Position 70, 90
	TextItem "Multiplayer", "m", "ZA_MultiplayerOptions"
	TextItem "Player Setup", "p", "PlayerMenu"
	TextItem "Options", "o", "OptionsMenu"
	TextItem "Quit", "q", "QuitMenu"
}


ListMenu "PlayerMenu"
{
	StaticTextCentered 160, 0, "$MNU_PLAYERSETUP"
	Font "SmallFont"
	Linespacing 14
	Position 22, 18
	PlayerNameBox "Name", 0, "Playerbox"
	Selector "-", -16, -1
	MouseWindow 0, 220
	PlayerDisplay 226, 80, "20 00 00", "80 00 40", 0, "PlayerDisplay"
	Linespacing 10
	Slider "Red", "Red", 0, 255, 16
	Slider "Green", "Green", 0, 255, 16
	Linespacing 20
	Slider "Blue", "Blue", 0, 255, 16
	Linespacing 14
	ValueText "Starting Weapon", "Class"
	ValueText "Gender", "Gender", "Gender"
	ValueText "Autoaim", "Autoaim", "Autoaim"
	Slider "Handicap", "Handicap", 0, 200, 5 // [TP]
	// [TP] This is moved to weapon setup
	// ValueText "Switch on pickup", "Switch", "OffOn"
	ValueText "Always Run", "AlwaysRun", "OnOff"
	TextItem "Weapon Setup", "w", "ZA_WeaponSetup" // [TP]
	Class "PlayerMenu"
}



// Zandronum menus

OptionMenu ZA_JoinMenu
{
	Title		"JOIN THE INSANITY!"

	StaticText	"You are currently a spectating wussy!"
	StaticText	" "
	StaticText	"Become a badass by joining the Insanity!"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"Join!",			"menu_joingame"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"HOW TO PLAY?",			"menu_help"
}

OptionMenu ZA_JoinTeamMenu
{
	Title		"JOIN A TEAM!"

	StaticText	"Select a team."
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"Auto-select",		"menu_autoselect"
	StaticText	" "
	JoinMenuTeamOption
	StaticText	" "
	StaticText	" "
	Command		"Join!",			"menu_joingame"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
	StaticText	" "
	StaticText	" "
	Command		"HOW TO PLAY?",			"menu_help"
	StaticText	" "
}

OptionMenu ZA_SelectClassMenu
{
	Title		"STARTING WEAPON SELECTION"

	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	"SELECT YOUR STARTING WEAPON!"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	"You can change your Starting Weapon"
	StaticText	" "
	StaticText	"and see their statistics from"
	StaticText	" "
	StaticText 	"the PLAYER SETUP menu."
	StaticText	" "
	StaticText	" "
	StaticText	" "
	JoinMenuPlayerClassOption
	StaticText	" "
	Command		"Join!",			"menu_joingamewithclass"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
}

