diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-16 18:17:44 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-16 18:17:44 +0000 |
commit | cda18a6e32506ff78e9d90d25ac25c76d903cbbb (patch) | |
tree | 3fa90e6743f8f13c1013b62b60d08c4fc5d535bf /base/materials | |
parent | e3940725100251e187b195de127097393bb7d4a2 (diff) |
Replaced common/ and radiant/ textures with 128x128 PNG versions,
added common/bounds texture and material.
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/common.shader | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader index 740e8fd..b353a49 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -38,6 +38,15 @@ textures/common/origin //ignore } +textures/common/bounds +{ + qer_editorimage textures/common/bounds + qer_trans 0.25 + bounds + // do not set the ignore flag as it overrides the bounds flag + //ignore +} + // entity color shaders textures/common/entity |