diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-25 13:13:04 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-25 13:13:04 +0100 |
commit | 3854887417e04d7c401daafc162e41e4b921d51d (patch) | |
tree | 0d17ec3b7d35e084cd0ab0469d47412f361aecfc /scripts | |
parent | d1d67a282f1f400bb8938aba6615c0ac4c176a3d (diff) |
First fully functional version of the press.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index a0d36b6..b079d27 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -167,3 +167,21 @@ textures/analmango/redlight_2K5_nonsolid blendfunc add } } + +textures/analmango/press_ready +{ + surfaceparm nolightmap + + { + map textures/analmango/press_ready.jpg + } +} + +textures/analmango/press_crushing_1 +{ + surfaceparm nolightmap + + { + animmap 10 textures/analmango/press_crushing_1.jpg textures/analmango/press_crushing_2.jpg textures/analmango/press_crushing_3.jpg + } +} |