Changeset 6685
- Timestamp:
- Apr 12, 2010, 2:21:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt
r6653 r6685 1 <Template name= invisiblepickupRepresentation>1 <Template name=smallinvisiblepickupRepresentation> 2 2 <PickupRepresentation> 3 3 <spawner-representation> 4 4 <StaticEntity> 5 5 <attached> 6 <Billboard position="0,0,0" colour=" 1,1,1" material="Sphere2" scale=0.1>6 <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1> 7 7 <attached> 8 <Billboard position="0,0,0" colour="0 ,0,0" material="Cross" scale=0.3/>8 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 /> 9 9 </attached> 10 10 </Billboard> … … 15 15 </Template> 16 16 17 <Template name=invisiblepickup> 17 <Template name=smalltinvisiblepickup> 18 <InvisiblePickup 19 duration = 5.0 20 activaionType = "immediate" 21 durationType = "once" 22 /> 23 </Template> 24 25 <Template name=mediuminvisiblepickupRepresentation> 26 <PickupRepresentation> 27 <spawner-representation> 28 <StaticEntity> 29 <attached> 30 <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1> 31 <attached> 32 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 /> 33 </attached> 34 </Billboard> 35 </attached> 36 </StaticEntity> 37 </spawner-representation> 38 </PickupRepresentation> 39 </Template> 40 41 <Template name=mediuminvisiblepickup> 18 42 <InvisiblePickup 19 43 duration = 10.0 … … 22 46 /> 23 47 </Template> 48 49 <Template name=hugeinvisiblepickupRepresentation> 50 <PickupRepresentation> 51 <spawner-representation> 52 <StaticEntity> 53 <attached> 54 <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1> 55 <attached> 56 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 /> 57 </attached> 58 </Billboard> 59 </attached> 60 </StaticEntity> 61 </spawner-representation> 62 </PickupRepresentation> 63 </Template> 64 65 <Template name=hugeinvisiblepickup> 66 <InvisiblePickup 67 duration = 20.0 68 activaionType = "immediate" 69 durationType = "once" 70 /> 71 </Template> 72
Note: See TracChangeset
for help on using the changeset viewer.