etqw-sdk/base/materials/guis/hud/gdf.include
2008-05-29 00:00:00 +00:00

20 lines
314 B
Text

#ifndef __GDF__
#define __GDF__
$template _vehicle_icon( Path )
sort gui
{
blend blend
map clamp linear nopicmip makealpha( Path ## "_border.tga" )
vertexColor
}
{
blend blend
map clamp linear nopicmip makealpha( Path ## "_fill.tga" )
}
$endtemplate
#endif // !__GDF__