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

19 lines
525 B
Ucode

// ====================================================================
// Written by Joe Wilcox
// (c) 2002, Epic Games, Inc. All Rights Reserved
//
// Used by scrollboxes and spinners (up/down, +/-)
// ====================================================================
class STY_RoundScaledButton extends STY_RoundButton;
defaultproperties
{
KeyName="RoundScaledButton"
ImgStyle(0)=ISTY_Scaled
ImgStyle(1)=ISTY_Scaled
ImgStyle(2)=ISTY_Scaled
ImgStyle(3)=ISTY_Scaled
ImgStyle(4)=ISTY_Scaled
}