13 lines
183 B
Text
13 lines
183 B
Text
|
// Vera Visions Material
|
||
|
{
|
||
|
noPicMip
|
||
|
noMipmaps
|
||
|
|
||
|
diffusemap "textures/ui/m_bottomleft.tga"
|
||
|
{
|
||
|
program sprite
|
||
|
map $diffusemap
|
||
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||
|
}
|
||
|
}
|