Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 |
//============================================================================== // Created on: 08/04/2003 // Simple text label using dark text. // // Written by Ron Prestenback // © 2003, Epic Games, Inc. All Rights Reserved //============================================================================== class STY2DarkTextLabel extends STY2TextLabel; DefaultProperties { KeyName="DarkTextLabel" FontColors(0)=(R=14,G=41,B=106,A=255) FontColors(1)=(R=14,G=41,B=106,A=255) FontColors(2)=(R=29,G=86,B=220,A=255) FontColors(3)=(R=14,G=41,B=106,A=255) FontColors(4)=(R=14,G=41,B=106,A=255) } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |