diff options
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/detail.shader | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/base/materials/detail.shader b/base/materials/detail.shader index 3e4b885..7f19a93 100644 --- a/base/materials/detail.shader +++ b/base/materials/detail.shader @@ -14,12 +14,31 @@ textures/detail/warn_16_entitysecond entitySecond } +textures/detail/warn_16_decal_entity +{ + qer_editorimage textures/detail/warn_16 + texture textures/detail/warn_16 + color 1.00 1.00 1.00 + entity + decal +} + +textures/detail/warn_16_decal_entitysecond +{ + qer_editorimage textures/detail/warn_16 + texture textures/detail/warn_16 + color 1.00 1.00 1.00 + entitySecond + decal +} + textures/detail/tigerstripe_entity { qer_editorimage textures/detail/tigerstripe texture textures/detail/tigerstripe color 1.00 1.00 1.00 entity + decal } textures/detail/tigerstripe_entitysecond @@ -28,6 +47,7 @@ textures/detail/tigerstripe_entitysecond texture textures/detail/tigerstripe color 1.00 1.00 1.00 entitySecond + decal } textures/detail/dockingbay_light @@ -86,3 +106,20 @@ textures/detail/shark_512 color 1.00 1.00 1.00 decal } + +textures/detail/line +{ + qer_editorimage textures/detail/line + texture textures/detail/line + color 1.00 1.00 1.00 + bright + decal +} + +textures/detail/window +{ + qer_editorimage textures/detail/window + texture textures/detail/window_trans + color 1.00 1.00 1.00 + decal +} |