home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
GUI
/
Classes
/
STY_TextButton.uc
< prev
next >
Wrap
Text File
|
2003-06-30
|
823b
|
26 lines
// ====================================================================
// Written by Joe Wilcox
// (c) 2002, Epic Games, Inc. All Rights Reserved
//
// Plain old button
// ====================================================================
class STY_TextButton extends GUIStyles;
defaultproperties
{
KeyName="TextButton"
Images(0)=None
Images(1)=Material'GUIContent.menus.ButtonBobFinal'
Images(2)=Material'GUIContent.menus.ButtonBobFinal'
Images(3)=Material'GUIContent.menus.ButtonBobFinal'
FontNames(0)="HeaderFont"
FontNames(1)="HeaderFont"
FontNames(2)="HeaderFont"
FontNames(3)="HeaderFont"
FontNames(4)="HeaderFont"
FontColors(0)=(R=255,G=255,B=255,A=255)
FontColors(1)=(R=220,G=180,B=0,A=255)
FontColors(2)=(R=220,G=180,B=0,A=255)
FontColors(3)=(R=220,G=180,B=0,A=255)
}