ListMenu "MainMenu"
{
	StaticPatch 94, 2, "M_DOOM"
	Position 70, 90
	TextItem "Offline Skirmish", "s", "ZA_SkirmishMenu"
	TextItem "Player Setup", "p", "PlayerMenu"
	TextItem "Options", "o", "OptionsMenu"
	TextItem "Quit", "q", "QuitMenu"
}


ListMenu "PlayerMenu"
{
	StaticTextCentered 160, 6, "$MNU_PLAYERSETUP"
	Font "SmallFont"
	Linespacing 14
	Position 30, 36
	PlayerNameBox "Name", 0, "Playerbox"
	Selector "-", -16, -1
	MouseWindow 0, 220
	PlayerDisplay 255, 76, "20 00 00", "80 00 40", 1, "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 "Skin", "Skin"
	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	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	"You are currently a spectating wussy!"
	StaticText	" "
	StaticText	"Be a man and join the Insanity!"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"Join!",			"menu_joingamewithclass"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"How to play",			"menu_help"
}

OptionMenu ZA_JoinTeamMenu
{
	Title		"JOIN A TEAM!"

	StaticText	" "
	StaticText	"Select a team."
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"Auto-select",		"menu_autoselect"
	StaticText	" "
	JoinMenuTeamOption
	StaticText	" "
	StaticText	" "
	Command		"Join!",			"menu_joingamewithclass"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"How to play",			"menu_help"
}
