Platform: Add clipplayermetal and clipplayerwood.
This commit is contained in:
parent
350fc0d359
commit
7f440a2885
2 changed files with 22 additions and 0 deletions
11
platform/vmap_tex.pk3dir/textures/common/clipplayermetal.mat
Normal file
11
platform/vmap_tex.pk3dir/textures/common/clipplayermetal.mat
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage "textures/common/clipmetal.tga"
|
||||
qer_trans 0.50
|
||||
surfaceParm nodraw
|
||||
surfaceParm trans
|
||||
surfaceParm playerclip
|
||||
surfaceParm nolightmap
|
||||
surfaceParm metal
|
||||
nomipmaps
|
||||
}
|
11
platform/vmap_tex.pk3dir/textures/common/clipplayerwood.mat
Normal file
11
platform/vmap_tex.pk3dir/textures/common/clipplayerwood.mat
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage "textures/common/clipwood.tga"
|
||||
qer_trans 0.50
|
||||
surfaceParm nodraw
|
||||
surfaceParm trans
|
||||
surfaceParm playerclip
|
||||
surfaceParm nolightmap
|
||||
surfaceParm wood
|
||||
nomipmaps
|
||||
}
|
Loading…
Reference in a new issue