11 lines
274 B
Ucode
11 lines
274 B
Ucode
class KFGUIStyle extends GUIStyles ;
|
|
/*
|
|
|
|
var(Style) noexport string FontNames[16]; // Holds the names of the 5 fonts to use
|
|
var(Style) noexport GUIFont Fonts[16];
|
|
|
|
defaultproperties
|
|
{
|
|
FontNames(15)="KFDecrepitFont"
|
|
}
|
|
*/ |