diff options
author | Evan Goers <mega@osirion.org> | 2011-01-04 22:32:43 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-01-04 22:32:43 +0000 |
commit | 6b5f99c1b20e290c411849bcb15d5af48509c0fa (patch) | |
tree | a83fc5483e17b56fbc3a4fd0c731767637597c6c /base/materials | |
parent | 5f556accf71bc2c24c7554233098834e8fedd997 (diff) |
Converted many window surfaces to patches.
Re-exported generic_env for more correct colors.
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/common.shader | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader index ee30bef..8e21379 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -34,6 +34,8 @@ textures/common/entity qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 + texture textures/fx/generic_env2 + environment } textures/common/entity_shiny @@ -58,6 +60,8 @@ textures/common/entity_dark qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 + texture textures/fx/generic_env2 + environment } textures/common/entity_dark_shiny @@ -82,6 +86,8 @@ textures/common/entity_second qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 + texture textures/fx/generic_env2 + environment } textures/common/entity_second_shiny @@ -107,6 +113,8 @@ textures/common/entity_second_dark qer_editorimage textures/common/entity_second_dark.tga entitySecond color 0.50 0.50 0.50 + texture textures/fx/generic_env2 + environment } textures/common/entity_second_dark_shiny @@ -132,6 +140,8 @@ textures/common/entity_third qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 + texture textures/fx/generic_env2 + environment } textures/common/entity_third_shiny @@ -156,6 +166,8 @@ textures/common/entity_third_dark qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 + texture textures/fx/generic_env2 + environment } textures/common/entity_third_dark_shiny |