diff options
Diffstat (limited to 'base/materials/common.shader')
-rw-r--r-- | base/materials/common.shader | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader index 117c4c2..d10eb68 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -1,31 +1,31 @@ textures/common/clip
{ - qer_editorimage textures/common/clip
+ qer_editorimage textures/common/clip.tga
qer_trans 0.20
}
textures/common/hint
{ - qer_editorimage textures/common/hint
+ qer_editorimage textures/common/hint.tga
qer_trans 0.20
}
textures/common/engine
{
- qer_editorimage textures/common/engine + qer_editorimage textures/common/engine.tga engine bright
} textures/common/entity
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00
} textures/common/entity_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 bright
@@ -33,14 +33,14 @@ textures/common/entity_bright textures/common/entity_dark
{
- qer_editorimage textures/common/entity_dark + qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50
} textures/common/entity_dark_bright
{
- qer_editorimage textures/common/entity_dark + qer_editorimage textures/common/entity_dark.tga 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_second + qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00
} textures/common/entity_second_bright
{
- qer_editorimage textures/common/entity_second + qer_editorimage textures/common/entity_second.tga 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_second_dark + qer_editorimage textures/common/entity_second_dark.tga entitySecond color 0.50 0.50 0.50
} textures/common/entity_second_dark_bright
{
- qer_editorimage textures/common/entity_second_dark + qer_editorimage textures/common/entity_second_dark.tga 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_third + qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00
} textures/common/entity_third_bright
{
- qer_editorimage textures/common/entity_third + qer_editorimage textures/common/entity_third.tga 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_third_dark + qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50
} textures/common/entity_third_dark_bright
{
- qer_editorimage textures/common/entity_third_dark + qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 bright
|