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/includes/pickups_speed.oxi

    r6552 r6575  
    11<PickupRepresentation
    2     name="SpeedBoost"
    3     description="Speeds up the Ship for a certain time."
    4     spawnerTemplate="speedboostpickuprepresentation"
     2    name = "Small Speed Boost"
     3    description = "Adds a small amout of speed (?) to the ship."
     4    spawnerTemplate = "smallspeedpickupRepresentation"
    55>
    66    <pickup>
    7         <SpeedPickup template="speedboostpickup" />
     7        <SpeedPickup template=smallspeedpickup />
    88    </pickup>
    99</PickupRepresentation>
    10 <PickupRepresentation
    11     name="SpeedBoost"
    12     description="Speeds up the Ship for a certain time."
    13     spawnerTemplate="speedboostpickuprepresentation"
    14 >
    15     <pickup>
    16         <SpeedPickup template="speedboostpickup" />
    17     </pickup>
    18 </PickupRepresentation>
Note: See TracChangeset for help on using the changeset viewer.