include gui/styles.txt

fsCConfirmBoxGui
{
	name = ConfirmBoxGui
	fadeBackground

	fsCSpriteComponent
	{
		name = ConfirmBoxBackground
		image = gui/messageBox/background.png

		fsCTextSpriteComponent
		{
			name = ConfirmBoxMessageText
			standardMessageFont
			width = 300 height = 300
		}

		standardTextButton
		{
			name = ConfirmBoxYesButton
			posX = -100 posY = 80
			textKey = yes
		}

		standardTextButton
		{
			name = ConfirmBoxNoButton
			posX = 100 posY = 80
			textKey = no
		}
	}
}
