MODELS: Allow alpha transparency for tree_swamp.mdl

This commit is contained in:
cypress 2024-09-02 10:21:04 -07:00
parent ce3f8c4950
commit 9a1952eb13
3 changed files with 8 additions and 0 deletions

Binary file not shown.

View file

@ -12,4 +12,12 @@ models/props/chandelier$.mdl_0.lmp
progblendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
diffusemap models/props/chandelier$.mdl_0.tga
alphafunc ge128
}
models/props/tree_swamp$.mdl_0.lmp
{
program defaultskin
progblendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
diffusemap models/props/tree_swamp$.mdl_0.tga
alphafunc ge128
}