[Orxonox-commit 1933] r6650 - in data/trunk/materials: scripts textures
ebeier at orxonox.net
ebeier at orxonox.net
Mon Mar 29 21:49:37 CEST 2010
Author: ebeier
Date: 2010-03-29 21:49:37 +0200 (Mon, 29 Mar 2010)
New Revision: 6650
Added:
data/trunk/materials/scripts/3arrowsup.material
data/trunk/materials/textures/3arrowsup.tga
Log:
added pic for speedpickup
Added: data/trunk/materials/scripts/3arrowsup.material
===================================================================
--- data/trunk/materials/scripts/3arrowsup.material (rev 0)
+++ data/trunk/materials/scripts/3arrowsup.material 2010-03-29 19:49:37 UTC (rev 6650)
@@ -0,0 +1,17 @@
+material Cross
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture 3arrowsup.tga
+ }
+ }
+ }
+}
Added: data/trunk/materials/textures/3arrowsup.tga
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/3arrowsup.tga
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list