include gui/styles.txt
include gui/hogGui/topMenuGui.txt

fsCGameGui
{
	name = GameGui
	modal = false

	fsCSpriteComponent
	{
		name = GameGuiBackground
		image = gui/minigameGui/backgroundDiff.png

		hintButton
		{
			posX = 446 posY = 370
		}

		menuButton
		{
			posX = -421 posY = 345
			action = "loadGui gui/pauseMenu/pauseMenu.txt"
		}
		
		skipButton
		{
			posX = 172 posY = 358
		}

		fsCTextSpriteComponent
		{
			name = GameGuiDifferencesText
			smallMessageFont
			posY = 348
			width = 180 height = 40
		}

		continueButtonDiff
		{
			name = playerControlledContinueBtn
			textKey = continue
			posX = 0
			posY = 345
		}	
		
	}

	topMenuGui
}
