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 >
Text File  |  2003-06-30  |  823b  |  26 lines

  1. // ====================================================================
  2. //  Written by Joe Wilcox
  3. //  (c) 2002, Epic Games, Inc.  All Rights Reserved
  4. //
  5. //    Plain old button
  6. // ====================================================================
  7.  
  8. class STY_TextButton extends GUIStyles;
  9.  
  10. defaultproperties
  11. {
  12.     KeyName="TextButton"
  13.     Images(0)=None
  14.     Images(1)=Material'GUIContent.menus.ButtonBobFinal'
  15.     Images(2)=Material'GUIContent.menus.ButtonBobFinal'
  16.     Images(3)=Material'GUIContent.menus.ButtonBobFinal'
  17.     FontNames(0)="HeaderFont"
  18.     FontNames(1)="HeaderFont"
  19.     FontNames(2)="HeaderFont"
  20.     FontNames(3)="HeaderFont"
  21.     FontNames(4)="HeaderFont"
  22.     FontColors(0)=(R=255,G=255,B=255,A=255)
  23.     FontColors(1)=(R=220,G=180,B=0,A=255)
  24.     FontColors(2)=(R=220,G=180,B=0,A=255)
  25.     FontColors(3)=(R=220,G=180,B=0,A=255)
  26. }