include gui/styles.txt

fsCConversationGui
{
	name = conversationPanel
	fadeBackground

	fsCSpriteComponent
	{
		name = conversationPanelBackground
		image = gui/conversation/conversation.png

		fsCTextSpriteComponent
		{
			name = ConvTxt
			textKey = emptyString
			largeMessageFont
			posX = -33 posY = -50
			width = 480 height = 200

		}

		standardTextButton
		{
			name = conversationPanleDoneButton
			textKey = continue
			posX = -33 posY = 80
		}

		fsCSpriteComponent
		{
			name = MugShot
			posX = 340 posY = 122
		}

	}
}
