include gui/styles.txt



fsCOptionsGui
{
	name = OptionsWindow
	fadeBackground

	fsCSpriteComponent
	{
		name = OptionsBackground
		image = gui/options/background.png

		standardSliderRail
		{
			name = OptionsSfxSliderBg
			posY = -95

			standardSliderKnob
			{
				name = OptionsSfxSlider
			}

			standardSliderText
			{
				name = OptionsSfxSliderLabel
				textKey = sfxLevel
				posY = -13
				colourRGBA = ffffffff
			}
		}

		standardSliderRail
		{
			name = OptionsMusicSliderBg
			posY = -25

			standardSliderKnob
			{
				name = OptionsMusicSlider
			}

			standardSliderText
			{
				name = OptionsMusicSliderLabel
				textKey = musicLevel
				posY = -13
				colourRGBA = ffffffff
			}
		}

		standardCheckBox
		{
			name = OptionsToggleMuteAll
			posX = -100 posY = 30

			standardCheckBoxText
			{
				name = OptionsToggleFullScreenText
				textKey = muteAll
			}
		}

		standardCheckBox
		{
			name = OptionsToggleFullScreen
			posX = -100 posY = 70

			standardCheckBoxText
			{
				name = OptionsToggleFullScreenText
				textKey = fullScreen
			}
		}

		standardCheckBox
		{
			name = OptionsToggleCustomCursor
			posX = -100 posY = 110

			standardCheckBoxText
			{
				name = OptionsToggleFullScreenText
				textKey = customCursor
			}
		}

		standardTextButton
		{
			name = OptionsCloseButton
			textKey = back
			posX = -100 posY = 160
		}

		standardTextButton
		{
			name = OptionsCloseButton
			textKey = creditsButton
			posX = 100 posY = 160
			action = "loadGui gui/credits/credits.txt"
		}
	}
}
