etqw-sdk/base/materials/guis/icons.include

18 lines
291 B
Plaintext

#ifndef __ICONS__
#define __ICONS__
$template __classIcon( texture )
sort gui
{
blend blend
map clamp nopicmip guis/assets/qet/cm_class_base.tga
vertexColor
}
{
blend blend
map clamp nopicmip "guis/assets/qet/" ## texture
vertexAlpha
}
$endtemplate
#endif