diff options
author | Evan Goers <mega@osirion.org> | 2011-02-16 09:42:29 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-02-16 09:42:29 +0000 |
commit | 967158385baa7842214e6ac0507cc3f260b2d495 (patch) | |
tree | 324ff0e08cf0cf94634ad81d343d33cbfb506539 | |
parent | 2d2153225588eb0804b198bb04da164e65782b08 (diff) |
Fixed missing shaders.
-rw-r--r-- | base/materials/kuroto.shader | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/base/materials/kuroto.shader b/base/materials/kuroto.shader index 66c3127..cb93d56 100644 --- a/base/materials/kuroto.shader +++ b/base/materials/kuroto.shader @@ -81,3 +81,31 @@ textures/kuroto/metal_03c_noborder_secondary texture textures/kuroto/metal_03c_noborder entitysecond } + +textures/kuroto/metal_04_primary +{ + qer_editorimage textures/kuroto/metal_03c_noborder_primary + texture textures/kuroto/metal_03c_noborder + entity +} + +textures/kuroto/metal_04_secondary +{ + qer_editorimage textures/kuroto/metal_03c_noborder_secondary + texture textures/kuroto/metal_03c_noborder + entitysecond +} + +textures/kuroto/metal_05_primary +{ + qer_editorimage textures/kuroto/metal_03c_noborder_primary + texture textures/kuroto/metal_03c_noborder + entity +} + +textures/kuroto/metal_05_secondary +{ + qer_editorimage textures/kuroto/metal_03c_noborder_secondary + texture textures/kuroto/metal_03c_noborder + entitysecond +} |