include gui/styles.txt

fsCMessageBoxGui
{
	name = MessageBoxGui
	fadeBackground

	fsCSpriteComponent
	{
		name = MessageBoxBackground
		image = gui/messageBox/background.png
		hitMap = true

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

		standardTextButton
		{
			name = MessageBoxCancelButton
			posX = 0 posY = 80
			action = "closeGui MessageBoxGui"
			textKey = ok
		}
	}
}
