include gui/styles.txt

fsCConversationGui
{
	name = conversationPanel
	fadeBackground

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

		fsCTextSpriteComponent
		{
			name = ConvTxt
			textKey = emptyString
			font = fonts/arial.ttf 
			fontSize = 10
			colourRGBA = 000000ff
			posX = 0 posY = 0
			width = 500 height = 260

		}

		standardTextButton
		{
			name = conversationPanleDoneButton
			textKey = continue
			posX = 0 posY = 140
		}

		fsCSpriteComponent
		{
			name = MugShot
			image = gui/conversation/character2.png
			posX = 380 posY = 122
		}

	}
}
