//Adrian: This file contains the credits info for both the Intro and outro.
"credits.txt"
{

//========================================================
//These are the names used in the intro (trainride)
//========================================================
"IntroCreditsNames"
{
	"V"									"WeaponIcons"
	" "									"CreditsText"
	" "									"CreditsText"
	"V"									"CreditsOutroLogos"
	// names go here
}

"CreditsParams"
{
	"fadeintime"	"2.5"
	"fadeouttime"	"1"
	"fadeholdtime"	"1.0"
	"nextfadetime"	"1.0"
	"pausebetweenwaves" "1.0"
	"logotime" "1.0"
	"posx"	"96"
	"posy"	"360"

	"color" "255 255 255 128"

//Outro Parameters
	"scrolltime" "40"
	"separation"  "10"
}

//========================================================
//These are the names used in the outro (breen_01)
//========================================================
"OutroCreditsNames"
{
	"HALF-LIFE'"						"CreditsOutroLogos"
	"---The Axel Project---"			"TAPFont"
	" "									"CreditsOutroText"
	"Logan B."							"CreditsOutroText"
	"Sean C."							"CreditsOutroText"
	"Gethyn Q."							"CreditsOutroText"
	"Pat R."							"CreditsOutroText"
	"Saul R."							"CreditsOutroText"
	"Denis S."							"CreditsOutroText"
	"Lucas Z."							"CreditsOutroText"
	" "									"CreditsOutroText"
	"Past contributors"					"CreditsOutroText"
	"Alex M."							"CreditsOutroText"
	"Ben S."							"CreditsOutroText"
	" "									"CreditsOutroText"
	" "									"CreditsOutroText"
	"Special thanks to everyone at:"   	"CreditsOutroText"
	"V"									"CreditsOutroLogos"
	" "									"CreditsOutroText"
	"Shoutouts to:"						"CreditsOutroText"
	"cs-rin.ru"							"CreditsOutroText"
	"BetaArchive" 						"CreditsOutroText"
	"and Pat for not fixing HDR!"		"CreditsOutroText"
	" "									"CreditsOutroText"
	" "									"CreditsOutroText"
	"Fixing the leak is an artistic endevour as much as it is a techincal one."										"CreditsOutroText"
	"All teams have different approaches to the leak, but no team is wrong, and no team is right."					"CreditsOutroText"
	" "									"CreditsOutroText"
	" "									"CreditsOutroText"
	"@"									"CreditsOutroLogos"
}



}