diff options
author | Evan Goers <mega@osirion.org> | 2012-01-21 10:33:26 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2012-01-21 10:33:26 +0000 |
commit | 761c9015fed782780c93886cea043993f8989145 (patch) | |
tree | 5e03f9b5ae129b6861335b4b45684d4c465c93ae /base/materials | |
parent | 043298fde2798a68c6fe0331ef6b45da7c408e4f (diff) |
Gave current decals nicer qer_editorimages.
Added missing supertanker_rib*.
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/detail.shader | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/base/materials/detail.shader b/base/materials/detail.shader index 7f19a93..c971c15 100644 --- a/base/materials/detail.shader +++ b/base/materials/detail.shader @@ -17,7 +17,7 @@ textures/detail/warn_16_entitysecond textures/detail/warn_16_decal_entity { qer_editorimage textures/detail/warn_16 - texture textures/detail/warn_16 + texture textures/detail/warn_16_trans color 1.00 1.00 1.00 entity decal @@ -26,25 +26,25 @@ textures/detail/warn_16_decal_entity textures/detail/warn_16_decal_entitysecond { qer_editorimage textures/detail/warn_16 - texture textures/detail/warn_16 + texture textures/detail/warn_16_trans color 1.00 1.00 1.00 entitySecond decal } -textures/detail/tigerstripe_entity +textures/detail/tigerstripe_decal_entity { qer_editorimage textures/detail/tigerstripe - texture textures/detail/tigerstripe + texture textures/detail/tigerstripe_trans color 1.00 1.00 1.00 entity decal } -textures/detail/tigerstripe_entitysecond +textures/detail/tigerstripe_decal_entitysecond { qer_editorimage textures/detail/tigerstripe - texture textures/detail/tigerstripe + texture textures/detail/tigerstripe_trans color 1.00 1.00 1.00 entitySecond decal @@ -74,23 +74,33 @@ textures/detail/dockingbay_orange_light bright } -textures/detail/danger_entity +textures/detail/danger_decal { - qer_editorimage textures/detail/danger_entity - texture textures/detail/danger + qer_editorimage textures/detail/danger + texture textures/detail/danger_trans + color 1.00 1.00 1.00 + decal +} + +textures/detail/danger_decal_entity +{ + qer_editorimage textures/detail/danger + texture textures/detail/danger_trans color 1.00 1.00 1.00 entity + decal } -textures/detail/danger_entitysecond +textures/detail/danger_decal_entitysecond { - qer_editorimage textures/detail/danger_entitysecond - texture textures/detail/danger + qer_editorimage textures/detail/danger + texture textures/detail/danger_trans color 1.00 1.00 1.00 entitySecond + decal } -textures/detail/gatling +textures/detail/gatling_decal { qer_editorimage textures/detail/gatling texture textures/detail/gatling_trans @@ -99,10 +109,10 @@ textures/detail/gatling decal } -textures/detail/shark_512 +textures/detail/shark_512_decal { qer_editorimage textures/detail/shark_512 - texture textures/detail/shark_512 + texture textures/detail/shark_512_trans color 1.00 1.00 1.00 decal } @@ -110,7 +120,7 @@ textures/detail/shark_512 textures/detail/line { qer_editorimage textures/detail/line - texture textures/detail/line + texture textures/detail/line_trans color 1.00 1.00 1.00 bright decal |