Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ppspickups1/data/levels/includes/pickups_speed.oxi @ 6575

Last change on this file since 6575 was 6575, checked in by ebeier, 14 years ago

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

File size: 285 bytes
Line 
1<PickupRepresentation
2    name = "Small Speed Boost"
3    description = "Adds a small amout of speed (?) to the ship."
4    spawnerTemplate = "smallspeedpickupRepresentation"
5>
6    <pickup>
7        <SpeedPickup template=smallspeedpickup />
8    </pickup>
9</PickupRepresentation>
Note: See TracBrowser for help on using the repository browser.