コード例 #1
0
ファイル: sdk_logo_panel.cpp プロジェクト: WootsMX/InSource
CLogo_Panel::CLogo_Panel(vgui::Panel *parent, const char *name) : vgui::ImagePanel(parent, name)
{
	SetImage( "../console/startup_loading" );
	SetShouldScaleImage(true);
}
コード例 #2
0
ファイル: asw_logo_panel.cpp プロジェクト: Randdalf/bliink
CASW_Logo_Panel::CASW_Logo_Panel(vgui::Panel *parent, const char *name) : vgui::ImagePanel(parent, name)
{
	SetImage( "../vgui/black" );
	SetShouldScaleImage(true);
}