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

19 lines
467 B
Ucode

class GUIClassInfoPanel extends GUIPanel;
var automated GUIImage i_back;
function Display(GUIClassSelectable item);
defaultproperties
{
Begin Object Class=GUIImage Name=Background
Image=Texture'Engine.WhiteSquareTexture'
ImageColor=(B=0,G=0,R=0)
ImageStyle=ISTY_Stretched
ImageRenderStyle=MSTY_Normal
WinHeight=1.000000
End Object
i_back=GUIImage'KFGui.GUIClassInfoPanel.Background'
}