include gui/styles.txt


style product
{
	fsCSpriteComponent
	{
		fsCSpriteComponent
		{
			image = gui/moreGames/frame.png
		}
	}
}

style productButton
{
	standardTextButton
	{
		textKey = play
		posX = 2 posY = 95
	}
}

fsCModalGuiComponent
{
	name = MoreGamesWindow
	fadeBackground

	fsCSpriteComponent
	{
		name = MoreGamesBackground
		image = gui/moreGames/background.png

		panelEdgeFont
		{
			name = MoreGamesTitle
			textKey = MoreGames
			posX = 1 posY = -349
			width = 300 height = 50
		}

		product
		{
			name = MoreGamesProduct1
			image = gui/moreGames/xmas.jpg
			posX = -350 posY = -235


		}

		product
		{
			name = MoreGamesProduct2
			image = gui/moreGames/xmas2.jpg
			posX = -175 posY = -235


		}

		product
		{
			name = MoreGamesProduct3
			image = gui/moreGames/xmas3.jpg
			posX = 0 posY = -235


		}

		product
		{
			name = MoreGamesProduct4
			image = gui/moreGames/xmas4.jpg
			posX = 175 posY = -235


		}

		product
		{
			name = MoreGamesProduct5
			image = gui/moreGames/h1.jpg
			posX = -350 posY = 195


		}

		product
		{
			name = MoreGamesProduct6
			image = gui/moreGames/h2.jpg
			posX = -175 posY = 195


		}

		product
		{
			name = MoreGamesProduct7
			image = gui/moreGames/e1.jpg
			posX = 175 posY = -20


		}

		product
		{
			name = MoreGamesProduct8
			image = gui/moreGames/e2.jpg
			posX = 350 posY = -20


		}

		product
		{
			name = MoreGamesProduct9
			image = gui/moreGames/xp1.jpg
			posX = 350 posY = -235


		}

		product
		{
			name = MoreGamesProduct10
			image = gui/moreGames/pr1.jpg
			posX = -175 posY = -20


		}

		product
		{
			name = MoreGamesProduct11
			image = gui/moreGames/sss.jpg
			posX = 175 posY = 195


		}

		product
		{
			name = MoreGamesProduct12
			image = gui/moreGames/palace.jpg
			posX = 0 posY = 195


		}

		product
		{
			name = MoreGamesProduct13
			image = gui/moreGames/ep1.jpg
			posX = 350 posY = 195


		}

		product
		{
			name = MoreGamesProduct14
			image = gui/moreGames/pr2.jpg
			posX = 0 posY = -20


		}
		
		product
		{
			name = MoreGamesProduct15
			image = gui/moreGames/cd1.jpg
			posX = -350 posY = -20


		}
		
		standardTextButton
		{
			name = MoreGamesDoneButton
			textKey = back
			posX = 0 posY = 355
			action = "closeGui MoreGamesWindow"
		}
	}
}
