rott/kf_sources/GUI2K4/Classes/STY2RoundScaledButton.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 STY2RoundScaledButton extends STY2RoundButton;
defaultproperties
{
KeyName="RoundScaledButton"
ImgStyle(0)=ISTY_Scaled
ImgStyle(1)=ISTY_Scaled
ImgStyle(2)=ISTY_Scaled
ImgStyle(3)=ISTY_Scaled
ImgStyle(4)=ISTY_Scaled
}