rott/kf_sources/KFGui/Classes/VetButtonStyles.uc
2026-07-14 20:27:09 +07:00

32 lines
1.1 KiB
Ucode

class VetButtonStyles extends GUIStyles;
defaultproperties
{
KeyName="VeterancyButtonStyle"
FontColors(0)=(R=200,G=200,B=200,A=200),
FontColors(1)=(R=200,G=200,B=200,A=200),
FontColors(2)=(R=200,G=200,B=200,A=200),
FontColors(3)=(R=200,G=200,B=200,A=200),
FontColors(4)=(R=200,G=200,B=200,A=200),
ImgStyle(0)=ISTY_Scaled
ImgStyle(1)=ISTY_Scaled
ImgStyle(2)=ISTY_Scaled
ImgStyle(3)=ISTY_Scaled
ImgStyle(4)=ISTY_Scaled
FontNames(5)="UT2SmallFont"
FontNames(6)="UT2SmallFont"
FontNames(7)="UT2SmallFont"
FontNames(8)="UT2SmallFont"
FontNames(9)="UT2SmallFont"
FontNames(10)="UT2SmallFont"
FontNames(11)="UT2SmallFont"
FontNames(12)="UT2SmallFont"
FontNames(13)="UT2SmallFont"
FontNames(14)="UT2SmallFont"
Images(0)=Texture'25Tex.Common.VetbutTemplate'
Images(1)=Texture'25Tex.Common.VetbutTemplateSelect'
Images(2)=Texture'25Tex.Common.VetbutTemplateSelect'
Images(3)=Texture'25Tex.Common.VetbutTemplateSelect'
Images(4)=Texture'25Tex.Common.VetbutTemplateDisabled'
}