diff options
| author | Paweł Redman <pawel.redman@gmail.com> | 2018-02-01 14:22:43 +0100 |
|---|---|---|
| committer | Paweł Redman <pawel.redman@gmail.com> | 2018-02-01 14:22:43 +0100 |
| commit | 69df77e4e74bb1047e88d651c2c9eabea726bcdc (patch) | |
| tree | 1e2a0a20b394448ccb19be1c0c3bf7d04e0b267c /scripts | |
| parent | 033cfd64563ab4065753d5e38aaae0d4edae8e90 (diff) | |
Add portraits to the clockroom.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/analmango.shader | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index d333f84..84d0ab6 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -978,3 +978,23 @@ textures/analmango/sayori blendFunc filter } } + +textures/analmango/portrait_rms +{ + surfaceparm nomarks + surfaceparm nolightmap + nopicmip + { + map textures/analmango/portrait_rms.jpg + } +} + +textures/analmango/portrait_torvalds +{ + surfaceparm nomarks + surfaceparm nolightmap + nopicmip + { + map textures/analmango/portrait_torvalds.jpg + } +} |
