MessageBox.txt

(0 KB) Pobierz
screen MessageBox
{
	OnlyDrawIfCurrentReadyScreen
	
	widget Button Background
	{
		mins 170,20
		size 472,559

		texture "data/gfx/ui/popup menu_full_1.png"
	}

	widget EffectEmitter lightning_orb
	{
		mins 405, 78
	
		effectName "HUD_lightning_orb_01"
		StartOn
	}

	widget Label DisplayText
	{
		mins 290, 115
		size 230, 100
		style "DisplayText"
		wordWrap
	}
	
	widget Timer EventTimer
	{
		mins 200, 350
		size 400, 32
		text "15"
		textAlignment "center"
		style "DisplayText"
	}
	
	widget Button Ok
	{
		mins 336, 430
		size 128, 26
		text "#OK"
		textAlignment "center"
		textVerticalAlignment "top"
		
		style "Luxor2Style03"
	}

	widget Button Cancel
	{
		mins 336, 480
		size 128, 26
		text "#Cancel"
		textAlignment "center"
		textVerticalAlignment "top"
		
		style "Luxor2Style03"
	}

}

Zgłoś jeśli naruszono regulamin