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

19 lines
460 B
Ucode

class GUILibInfoPanel extends GUIPanel;
var automated GUIImage i_back;
function Display(GUIShowable 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.GUIBuyInfoPanel.Background'
*/
}