[Orxonox-commit 6242] r10899 - in data/trunk: images/textures materials
maxima at orxonox.net
maxima at orxonox.net
Mon Nov 30 16:05:08 CET 2015
Author: maxima
Date: 2015-11-30 16:05:08 +0100 (Mon, 30 Nov 2015)
New Revision: 10899
Added:
data/trunk/images/textures/flag.png
data/trunk/materials/flag.material
Log:
Flag files for Hover Game
Added: data/trunk/images/textures/flag.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/flag.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/flag.material
===================================================================
--- data/trunk/materials/flag.material (rev 0)
+++ data/trunk/materials/flag.material 2015-11-30 15:05:08 UTC (rev 10899)
@@ -0,0 +1,18 @@
+
+material Hover/Flag
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture flag.png
+ }
+ }
+ }
+}
More information about the Orxonox-commit
mailing list