diff options
Diffstat (limited to 'base/materials/glass.shader')
-rw-r--r-- | base/materials/glass.shader | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/base/materials/glass.shader b/base/materials/glass.shader index b2585d5..4f847b7 100644 --- a/base/materials/glass.shader +++ b/base/materials/glass.shader @@ -21,9 +21,9 @@ textures/glass/blue_bright { qer_editorimage textures/glass/blue { - bright color 0.25 0.25 1.00 environment + bright } } @@ -42,9 +42,9 @@ textures/glass/red_bright { qer_editorimage textures/glass/red { - bright color 1.00 0.25 0.25 environment + bright } } @@ -63,9 +63,9 @@ textures/glass/green_bright { qer_editorimage textures/glass/green { - bright color 0.25 1.00 0.25 environment + bright } } @@ -105,9 +105,9 @@ textures/glass/orange_bright { qer_editorimage textures/glass/orange { - bright color 1.00 0.75 0.25 environment + bright } } @@ -126,9 +126,9 @@ textures/glass/brown_bright { qer_editorimage textures/glass/brown { - bright color 0.75 0.50 0.25 environment + bright } } @@ -146,10 +146,10 @@ textures/glass/purple textures/glass/purple_bright { qer_editorimage textures/glass/purple - { - bright + { color 1.00 0.25 1.00 environment + bright } } @@ -168,9 +168,9 @@ textures/glass/dark_bright { qer_editorimage textures/glass/dark { - bright color 0.75 0.75 0.75 environment + bright } } @@ -200,10 +200,10 @@ textures/glass/plain textures/glass/plain_bright { qer_editorimage textures/glass/plain - { - bright + { color 1.00 1.00 1.00 environment + bright } } @@ -231,11 +231,11 @@ textures/glass/entity_bright textures/glass/entity_dark { qer_editorimage textures/glass/entity_dark - { - entity + { color 0.50 0.50 0.50 specular 1.00 1.00 1.00 shininess 256 + entity environment } } @@ -244,20 +244,20 @@ textures/glass/entity_dark_bright { qer_editorimage textures/glass/entity_dark { - bright - entity - color 0.75 0.75 0.75 + bright entity color 0.75 0.75 0.75 shininess 256 + entity environment + bright } } textures/glass/entity_second { qer_editorimage textures/glass/entity_second - { - entitySecond + { shininess 256 + entitySecond environment } } @@ -266,20 +266,20 @@ textures/glass/entity_second_bright { qer_editorimage textures/glass/entity_second { - bright - entitySecond shininess 256 + entitySecond environment + bright } } textures/glass/entity_second_dark { qer_editorimage textures/glass/entity_second_dark - { - entitySecond + { color 0.50 0.50 0.50 shininess 256 + entitySecond environment } } @@ -288,11 +288,11 @@ textures/glass/entity_second_dark_bright { qer_editorimage textures/glass/entity_second_dark { - bright - entitySecond color 0.75 0.75 0.75 shininess 256 + entitySecond environment + bright } } @@ -300,8 +300,8 @@ textures/glass/entity_third { qer_editorimage textures/glass/entity_third { - entityThird shininess 256 + entityThird environment } } @@ -310,10 +310,10 @@ textures/glass/entity_third_bright { qer_editorimage textures/glass/entity_third { - bright entityThird shininess 256 environment + bright } } @@ -321,9 +321,9 @@ textures/glass/entity_third_dark { qer_editorimage textures/glass/entity_third_dark { - entityThird color 0.50 0.50 0.50 shininess 256 + entityThird environment } } @@ -332,10 +332,10 @@ textures/glass/entity_third_dark_bright { qer_editorimage textures/glass/entity_third_dark { - bright - entityThird color 0.75 0.75 0.75 shininess 256 + entityThird environment + bright } } |