16 lines
407 B
Ucode
16 lines
407 B
Ucode
// ====================================================================
|
|
// Written by Joe Wilcox
|
|
// (c) 2002, Epic Games, Inc. All Rights Reserved
|
|
//
|
|
// Bottom bar in the primary browser GUI
|
|
// ====================================================================
|
|
|
|
class STY_Footer extends STY_SquareButton;
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="Footer"
|
|
|
|
FontColors(1)=(R=230,G=200,B=0,A=255)
|
|
}
|