diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index e5082d2..a9a918f 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -216,3 +216,34 @@ textures/analmango/mirrorfloor } } +textures/analmango/euclid_cement_1_gunky +{ + { + map textures/analmango/euclid_cement_1_gunky.jpg + } + { + map $lightmap + blendFunc filter + tcGen lightmap + } + { + map textures/analmango/euclid_cement_1_gunky_glow.jpg + blendFunc add + } +} + +textures/analmango/euclid_concrete-pit-rows +{ + { + map textures/analmango/euclid_concrete-pit-rows.jpg + } + { + map $lightmap + blendFunc filter + tcGen lightmap + } + { + map textures/analmango/euclid_concrete-pit-rows_glow.jpg + blendFunc add + } +} |