include gui/styles.txt

fsCInGameShopGui
{
	name = buyCoinsWindow
	posX = 0 posY = 0
	width = 1366 height = 768

	firstButtonPosX = -200 firstButtonPosY = -180
	buttonPosIncX = 400 buttonPosIncY = 0
	buttonPosStrideIncX = 0 buttonPosStrideIncY = 180
	buttonStride = 2
	maxNumButtons = 6
	catalogue = catalogues/coins/catalogue.txt
	itemButton = gui/buyCoins/itemButton.txt	
	confirmPurchase = gui/buyCoins/itemPopup.txt
	currencyKey = realCurrency

	fsCSpriteComponent
	{
		name = shopMenuBackground
		image = gui/buyCoins/shopBg.jpg
		posX = 0 posY = 0

		fsCTextSpriteComponent
		{
			standardMessageFont
			name = currency
			textKey = emptyString
			posX = -250 posY = -350
			width = 1024 height = 50
		}
		
		panelEdgeFont
		{
			name = shopTitle
			textKey = coinsTitle
			posX = 1 posY = -349
			width = 300 height = 50
		}
		
		panelLabelFont
		{
			name = shopTitle
			textKey = coinsTitle
			posX = 0 posY = -350
			width = 300 height = 50
		}


		standardTextButton
		{
			name = shopMenuBackButton
			textKey = back
			posX = 0 posY = 340
			action = "closeGui buyCoinsWindow"
		}
	}
}
