Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 20, 2010, 7:45:01 PM (15 years ago)
Author:
ebeier
Message:

SpeedPickup Class is now "working" (able to spawn/be picked up), but speed-manipulation of pawn still missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups1/data/levels/templates/pickup_representation_templates_speed.oxt

    r6552 r6575  
    1 <Template name=speedboostpickupRepresentation>
     1<Template name=smallspeedpickupRepresentation>
    22    <PickupRepresentation>
    33        <spawner-representation>
    44            <StaticEntity>
    55                <attached>
    6                     <Billboard position="0,0,0" colour="1,0,0" material="Sphere2" scale=0.1>
     6                    <Billboard position="0,0,0" colour="1.0,0.0,0.0" material="Sphere2" scale=0.1>
    77                        <attached>
    8                             <Billboard position="0,0,0" colour="0,1,0" material="Cross" scale=1 />
     8                            <Billboard position="0,0,0" colour="1.0,1.0,0.0" material="Cross" scale=0.7 />
    99                        </attached>
    1010                    </Billboard>
     
    1515</Template>
    1616
    17 <Template name="speedboostpickup">
     17<Template name=smallspeedpickup>
    1818  <SpeedPickup
    19     speedAddition = "0"
    20     speedMultiplier = "2"
    21     duration = "10"
     19    duration = 10
     20    speedAdd = 1
     21    SpeedMultiply = 1
    2222    activationType = "immediate"
    2323    durationType = "once"
    2424  />
    2525</Template>
    26 <Template name=speedboostpickupRepresentation>
    27     <PickupRepresentation>
    28         <spawner-representation>
    29             <StaticEntity>
    30                 <attached>
    31                     <Billboard position="0,0,0" colour="1,0,0" material="Sphere2" scale=0.1>
    32                         <attached>
    33                             <Billboard position="0,0,0" colour="0,1,0" material="Cross" scale=1 />
    34                         </attached>
    35                     </Billboard>
    36                 </attached>
    37             </StaticEntity>
    38         </spawner-representation>
    39     </PickupRepresentation>
    40 </Template>
    41 
    42 <Template name="speedboostpickup">
    43   <SpeedPickup
    44     speedAddition = "0"
    45     speedMultiplier = "2"
    46     duration = "10"
    47     activationType = "immediate"
    48     durationType = "once"
    49   />
    50 </Template>
Note: See TracChangeset for help on using the changeset viewer.