diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-31 22:17:24 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-31 22:17:24 +0100 |
commit | 65171e6253224f9fce2983c44bfdf54bdf6a9409 (patch) | |
tree | 7e1f4357aa17e28a50e024d7a6e8446e2ec08cd5 | |
parent | ec1d48bdf598c0252645c374f53309ee1604cb45 (diff) |
Fix plant textures and get rid of lava.
-rw-r--r-- | scripts/analmango.shader | 28 | ||||
-rw-r--r-- | textures/analmango/lava.jpg | bin | 211824 -> 0 bytes | |||
-rw-r--r-- | textures/analmango/lava_glow.jpg | bin | 385324 -> 0 bytes |
3 files changed, 0 insertions, 28 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 74b772f..9b49fb3 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -278,10 +278,6 @@ textures/analmango/plant_ivy alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop @@ -295,10 +291,6 @@ models/mapobjects/analmango/plant_trop alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop_shrub @@ -312,10 +304,6 @@ models/mapobjects/analmango/plant_trop_shrub alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop_shrub2 @@ -360,22 +348,6 @@ textures/analmango/mirrorfloor } } -textures/analmango/lava -{ - surfaceparm trans - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm lava - surfaceparm nomarks - surfaceparm noimpact - q3map_surfaceLight 5000 - q3map_lightImage common/ladder.tga - - { - map textures/analmango/lava.jpg - } -} - textures/analmango/dretchpwner_closed { surfaceparm nolightmap diff --git a/textures/analmango/lava.jpg b/textures/analmango/lava.jpg Binary files differdeleted file mode 100644 index 76b80f6..0000000 --- a/textures/analmango/lava.jpg +++ /dev/null diff --git a/textures/analmango/lava_glow.jpg b/textures/analmango/lava_glow.jpg Binary files differdeleted file mode 100644 index 27fc167..0000000 --- a/textures/analmango/lava_glow.jpg +++ /dev/null |