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

19 lines
327 B
Plaintext
Raw Permalink Normal View History

2008-05-29 00:00:00 +00:00
#ifndef __WEAPON_ICONS__
#define __WEAPON_ICONS__
$template _weapon_icon( Path )
sort gui
{
blend blend
map clamp linear nopicmip makealpha( Path ## "_outline.tga" )
vertexColor
}
{
blend blend
map clamp linear nopicmip makealpha( Path ## ".tga" )
}
$endtemplate
#endif // !__WEAPON_ICONS__