[Orxonox-commit 1968] r6685 - code/branches/ppspickups2/data/levels/templates

benedict at orxonox.net benedict at orxonox.net
Mon Apr 12 14:21:39 CEST 2010


Author: benedict
Date: 2010-04-12 14:21:39 +0200 (Mon, 12 Apr 2010)
New Revision: 6685

Modified:
   code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt
Log:
created small, medium and huge invisibility pickup tempaltes

Modified: code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt
===================================================================
--- code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt	2010-04-12 11:55:31 UTC (rev 6684)
+++ code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt	2010-04-12 12:21:39 UTC (rev 6685)
@@ -1,11 +1,11 @@
-<Template name=invisiblepickupRepresentation>
+<Template name=smallinvisiblepickupRepresentation>
     <PickupRepresentation>
         <spawner-representation>
             <StaticEntity>
                 <attached>
-                    <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1>
+                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
                         <attached>
-                            <Billboard position="0,0,0" colour="0,0,0" material="Cross" scale=0.3 />
+                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
                         </attached>
                     </Billboard>
                 </attached>
@@ -14,10 +14,59 @@
     </PickupRepresentation>
 </Template>
 
-<Template name=invisiblepickup>
+<Template name=smalltinvisiblepickup>
   <InvisiblePickup 
+    duration = 5.0
+    activaionType = "immediate"
+    durationType = "once"
+  />
+</Template>
+
+<Template name=mediuminvisiblepickupRepresentation>
+    <PickupRepresentation>
+        <spawner-representation>
+            <StaticEntity>
+                <attached>
+                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
+                        <attached>
+                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
+                        </attached>
+                    </Billboard>
+                </attached>
+            </StaticEntity>
+        </spawner-representation>
+    </PickupRepresentation>
+</Template>
+
+<Template name=mediuminvisiblepickup>
+  <InvisiblePickup 
     duration = 10.0
     activaionType = "immediate"
     durationType = "once"
   />
 </Template>
+
+<Template name=hugeinvisiblepickupRepresentation>
+    <PickupRepresentation>
+        <spawner-representation>
+            <StaticEntity>
+                <attached>
+                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
+                        <attached>
+                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
+                        </attached>
+                    </Billboard>
+                </attached>
+            </StaticEntity>
+        </spawner-representation>
+    </PickupRepresentation>
+</Template>
+
+<Template name=hugeinvisiblepickup>
+  <InvisiblePickup 
+    duration = 20.0
+    activaionType = "immediate"
+    durationType = "once"
+  />
+</Template>
+




More information about the Orxonox-commit mailing list