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

18 lines
291 B
Plaintext
Raw Normal View History

2008-05-29 00:00:00 +00:00
#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