include gui/styles.txt

style creditsEntry
{
	fsCTextSpriteComponent
	{
		standardMessageFont
		width = 800 height = 32
	}
}

style headingColour
{
	colourRGBA = ffff00ff				
}

style infoColour
{
	colourRGBA = 00ffffff				
}

fsCModalGuiComponent
{
	name = CreditsScreenWindow

	fsCSpriteComponent
	{
		name = CreditsScreenBackground
		image = gui/credits/background.jpg

		fsCTextSpriteComponent
		{
			name = CreditsScreenTitle
			textKey = credits
			largeTitleFont
			colourRGBA = e2c490ff				
			posY = -330
			width = 270 height = 120
		}

		creditsEntry
		{
			name = CreditsText0
			textKey = developedBy
			headingColour
			posY = -200
		}

		creditsEntry
		{
			name = CreditsText1
			textKey = casualArts
			posY = -170
		}

		creditsEntry
		{
			name = CreditsText2
			textKey = sdkMarmalade
			infoColour
			posY = 0
		}

		creditsEntry
		{
			name = CreditsText3
			textKey = copyrightCA
			posY = 170
		}

		creditsEntry
		{
			name = CreditsText4
			textKey = rightsReserved
			posY = 200
		}

		standardTextButton
		{
			name = CreditsScreenDoneButton
			textKey = back
			posY = 340
			action = "closeGui CreditsScreenWindow"
		}
	}
}
