include gui/styles.txt

style topMenuGui
{
	fsCSpriteComponent
	{
		name = topGuiBackground
		image = gui/hogGui/hogGuiTop.png
		posY = -353

		fsCButtonComponent
		{
			name = GameGuiCoinsButton
			buttonImage = gui/hogGui/souvenirs.png
			buttonDownImage = gui/hogGui/souvenirsOver.png
			posX = 137 posY = -3
			action = "loadGuiTut gui/presents/presents.txt"
		}	
		fsCButtonComponent
		{
			name = GameGuiBuyButton
			buttonImage = gui/hogGui/buy.png
			buttonDownImage = gui/hogGui/buyOver.png
			posX = -135 posY = -3
			action = "loadGuiTut gui/shopMenu/shopMenu.txt"
		}

		fsCTextSpriteComponent
		{
			name = currency
			textKey = items
			largeMessageFont			
			posX = 0 posY = 0
			width = 300 height = 50
		}

	}
}