summaryrefslogtreecommitdiff
path: root/assets/scripts/hb_fence.shader
blob: fb21a6e1400a4936b51743fd61f609dc3947c9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
models/buildables/fence/model_texture2
{
	cull disable
	nopicmip
	{
	    map models/buildables/fence/model_texture2.tga
		rgbGen lightingDiffuse
		alphaFunc GE128
	}
}
models/buildables/fence/model_texture
{
	nopicmip
	{
	    map models/buildables/light/model_texture.tga
		rgbGen lightingDiffuse
	}
}