[Orxonox-commit 4521] r9192 - data/trunk/materials
lkevin at orxonox.net
lkevin at orxonox.net
Fri May 18 14:34:40 CEST 2012
Author: lkevin
Date: 2012-05-18 14:34:40 +0200 (Fri, 18 May 2012)
New Revision: 9192
Added:
data/trunk/materials/damageLarge.material
data/trunk/materials/damageMedium.material
data/trunk/materials/damageSmall.material
Log:
added media for damageboost pickup... all of them.
Added: data/trunk/materials/damageLarge.material
===================================================================
--- data/trunk/materials/damageLarge.material (rev 0)
+++ data/trunk/materials/damageLarge.material 2012-05-18 12:34:40 UTC (rev 9192)
@@ -0,0 +1,17 @@
+material damageLarge
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture damageLarge.png
+ }
+ }
+ }
+}
Added: data/trunk/materials/damageMedium.material
===================================================================
--- data/trunk/materials/damageMedium.material (rev 0)
+++ data/trunk/materials/damageMedium.material 2012-05-18 12:34:40 UTC (rev 9192)
@@ -0,0 +1,17 @@
+material damageMedium
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture damageMedium.png
+ }
+ }
+ }
+}
Added: data/trunk/materials/damageSmall.material
===================================================================
--- data/trunk/materials/damageSmall.material (rev 0)
+++ data/trunk/materials/damageSmall.material 2012-05-18 12:34:40 UTC (rev 9192)
@@ -0,0 +1,17 @@
+material damageSmall
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture damageSmall.png
+ }
+ }
+ }
+}
More information about the Orxonox-commit
mailing list