[Orxonox-commit 1985] r6702 - in data/trunk: gui/imagesets materials/scripts materials/textures

dafrick at orxonox.net dafrick at orxonox.net
Mon Apr 12 22:26:33 CEST 2010


Author: dafrick
Date: 2010-04-12 22:26:33 +0200 (Mon, 12 Apr 2010)
New Revision: 6702

Added:
   data/trunk/gui/imagesets/PickupInventory.imageset
   data/trunk/gui/imagesets/pickup.tga
   data/trunk/materials/scripts/Arrow.material
   data/trunk/materials/textures/arrow.tga
Log:
Added arrow texture and material. Created some images for the PickupInventory (in the pickup.tga file and defined through the PickupInventory imageset)


Added: data/trunk/gui/imagesets/PickupInventory.imageset
===================================================================
--- data/trunk/gui/imagesets/PickupInventory.imageset	                        (rev 0)
+++ data/trunk/gui/imagesets/PickupInventory.imageset	2010-04-12 20:26:33 UTC (rev 6702)
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?>
+<Imageset Name="PickupInventory" Imagefile="pickup.tga" NativeHorzRes="700" NativeVertRes="100" AutoScaled="true">
+    <Image Name="Default" XPos="0" YPos="0" Width="100" Height="100"/>
+    <Image Name="SmallHealth" XPos="100" YPos="0" Width="100" Height="100"/>
+    <Image Name="MediumHealth" XPos="200" YPos="0" Width="100" Height="100"/>
+    <Image Name="HugeHealth" XPos="300" YPos="0" Width="100" Height="100"/>
+    <Image Name="CrazyMadnessHealth" XPos="400" YPos="0" Width="100" Height="100"/>
+    <Image Name="UsePickup" XPos="500" YPos="0" Width="100" Height="100"/>
+    <Image Name="DropPickup" XPos="600" YPos="0" Width="100" Height="100"/>
+</Imageset>

Added: data/trunk/gui/imagesets/pickup.tga
===================================================================
(Binary files differ)


Property changes on: data/trunk/gui/imagesets/pickup.tga
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/trunk/materials/scripts/Arrow.material
===================================================================
--- data/trunk/materials/scripts/Arrow.material	                        (rev 0)
+++ data/trunk/materials/scripts/Arrow.material	2010-04-12 20:26:33 UTC (rev 6702)
@@ -0,0 +1,17 @@
+material Arrow
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture arrow.tga
+			}
+		}
+	}
+}

Added: data/trunk/materials/textures/arrow.tga
===================================================================
(Binary files differ)


Property changes on: data/trunk/materials/textures/arrow.tga
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Orxonox-commit mailing list