diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/shaders/common.shader | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/base/shaders/common.shader b/base/shaders/common.shader index a574fbc..117c4c2 100644 --- a/base/shaders/common.shader +++ b/base/shaders/common.shader @@ -33,14 +33,14 @@ textures/common/entity_bright textures/common/entity_dark
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50
} textures/common/entity_dark_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50 bright
@@ -48,14 +48,14 @@ textures/common/entity_dark_bright textures/common/entity_second
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00
} textures/common/entity_second_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00 bright
@@ -63,14 +63,14 @@ textures/common/entity_second_bright textures/common/entity_second_dark
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50
} textures/common/entity_second_dark_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50 bright
@@ -78,14 +78,14 @@ textures/common/entity_second_dark_bright textures/common/entity_third
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00
} textures/common/entity_third_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00 bright
@@ -93,14 +93,14 @@ textures/common/entity_third_bright textures/common/entity_third_dark
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50
} textures/common/entity_third_dark_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50 bright
|