include gui/styles.txt

style nameBox
{
	fsCTextSpriteComponent
	{
		font = fonts/HOGList.ttf fontSize = 14
		posX = -64
		width = 150 height = 40
		alignmentH = left
	}
}

style scoreBox
{
	fsCTextSpriteComponent
	{
		font = fonts/HOGList.ttf fontSize = 14
		posY = -165
		width = 150 height = 40
		alignmentH = right
	}
}

fsCHighScoresGui
{
	name = HighScoresWindow
	fadeBackground

	fsCSpriteComponent
	{
		name = HighScoresBackground
		image = gui/highScores/background.png

		nameBox
		{
			name = HighScoresName0
			posY = -142
		}

		nameBox
		{
			name = HighScoresName1
			posY = -110
		}

		nameBox
		{
			name = HighScoresName2
			posY = -78
		}

		nameBox
		{
			name = HighScoresName3
			posY = -46
		}

		nameBox
		{
			name = HighScoresName4
			posY = -14
		}

		nameBox
		{
			name = HighScoresName5
			posY = 18
		}

		nameBox
		{
			name = HighScoresName6
			posY = 50
		}

		nameBox
		{
			name = HighScoresName7
			posY = 82
		}

		nameBox
		{
			name = HighScoresName8
			posY = 114
		}

		nameBox
		{
			name = HighScoresName9
			posY = 146
		}


		scoreBox
		{
			name = HighScoresScore0
			posY = -142
		}

		scoreBox
		{
			name = HighScoresScore1
			posY = -110
		}

		scoreBox
		{
			name = HighScoresScore2
			posY = -78
		}

		scoreBox
		{
			name = HighScoresScore3
			posY = -46
		}

		scoreBox
		{
			name = HighScoresScore4
			posY = -14
		}

		scoreBox
		{
			name = HighScoresScore5
			posY = 18
		}

		scoreBox
		{
			name = HighScoresScore6
			posY = 50
		}

		scoreBox
		{
			name = HighScoresScore7
			posY = 82
		}

		scoreBox
		{
			name = HighScoresScore8
			posY = 114
		}

		scoreBox
		{
			name = HighScoresScore9
			posY = 146
		}

		standardTextButton
		{
			name = HighScoresCloseButton
			textKey = close
			posX = 0 posY = 210
			action = "closeGui HighScoresWindow"
		}
	}
}
