Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6685


Ignore:
Timestamp:
Apr 12, 2010, 2:21:39 PM (14 years ago)
Author:
benedict
Message:

created small, medium and huge invisibility pickup tempaltes

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>
    22    <PickupRepresentation>
    33        <spawner-representation>
    44            <StaticEntity>
    55                <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>
    77                        <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 />
    99                        </attached>
    1010                    </Billboard>
     
    1515</Template>
    1616
    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>
    1842  <InvisiblePickup
    1943    duration = 10.0
     
    2246  />
    2347</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.