include gui/styles.txt

fsCPauseMenuGui
{
	name = PauseMenuWindow
	fadeBackground

	fsCSpriteComponent
	{
		name = PauseMenuBackground
		image = gui/pauseMenu/background.png

		fsCTextSpriteComponent
		{
			name = PauseTitle
			textKey = pausetitle
			largeTitleFont		
			posY = -50
			width = 270 height = 120
		}

		standardTextButton
		{
			name = PauseOptionsButton
			textKey = optionsbutton
			posX = -90 posY = 0
			action = "loadGui gui/options/options.txt"
		}

		standardTextButton
		{
			name = PauseHelpButton
			textKey = help
			posX = 90 posY = 0
			action = "loadGui gui/helpScreen/helpScreen.txt"
		}

		standardTextButton
		{
			name = PauseQuitButton
			textKey = quit
			posX = -90 posY = 55
		}

		standardTextButton
		{
			name = PauseContinueButton
			textKey = resume
			posX = 90 posY = 55
			action = "closeGui PauseMenuWindow"
		}
	}
}
