include gui/styles.txt

style buyCoinsButton
{
	fsCButtonComponent
	{
		buttonImage = gui/hogGui/buyCoins.png
		buttonDownImage = gui/hogGui/buyCoinsOver.png

		fsCTextSpriteComponent
		{
			standardButtonFont
			buttonTextColour
			name = buyCoins
			textKey = buyCoins
			posX = -20 posY = -2
		}
	}
}

fsCGameGui
{
	name = GameGui
	modal = false

	fsCSpriteComponent
	{
		name = GameGuiBackground
		image = gui/minigameGui/background.png
		posX = 0 posY = 335

		fsCSpriteComponent
		{
			name = GameGuiSkipPanel
			image = gui/minigameGui/skipPanel.png
			posX = 391 posY = 0
		}

		menuButton
		{
			posX = -422 posY = 16
			action = "loadGui gui/pauseMenu/pauseMenu.txt"
		}

		skipButton
		{
			textKey = skip
			standardButtonFont
			fontSize = 9
			colourRGBA = ffffffff
			posX = 391 posY = -7
		}

		fsCTextSpriteComponent
		{
			name = GUIMinigameHelpText
			font = fonts/HOGList.ttf fontSize = 7
			posY = 8
			width = 550 height = 40	
		}

		standardTextButton
		{
			name = playerControlledContinueBtn
			textKey = continue
			posX = 0
			posY = -70
		}
	}

	fsCSpriteComponent
	{
		name = topGuiBackground
		image = gui/hogGui/hogGuiTop.png
		posY = -348

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

		fsCTextSpriteComponent
		{
			name = currency
			textKey = items
			standardButtonFont
			colourRGBA = ffffffff			
			posX = 0 posY = -10
			width = 300 height = 50
		}

	}

}
