include gui/styles.txt

fsCMapPopUpFVGui
{
	name = GUIMapSceneInfo

	fsCSpriteComponent
	{
		name = GUIMapSceneInfoBg
		image = gui/mapHUD/sceneInfo.png
	}

	fsCSpriteComponent
	{
		name = GUIMapSceneThumbnail
		posX = -0 posY = -36
	}
		
	fsCTextSpriteComponent
	{
		name = GUIMapSceneNameText
		textKey = emptyString
		standardMessageFont
		fontSize = 10
		posX = 0 posY = -155
		width = 400 height = 120
	}
		
	fsCTextSpriteComponent
	{
		name = GUIMapSceneDescriptionText
		textKey = emptyString
		standardMessageFont
		fontSize = 7		
		colourRGBA = 000000ff		
		posX = 0 posY = 120
		width = 360 height = 140
	}
		
	standardTextButton
	{
		name= GUIMapContinueButton
		textKey = continue
		posX = 120 posY = 200
	}
		
	standardTextButton
	{
		name= GUIMapClosePanelButton
		textKey = map
		posX = -120 posY = 200
		action = "closeGui GUIMapSceneInfo"
	}
}
