Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6552 was 6552, checked in by scheusso, 14 years ago

merged revisions 6525:6543 from ppspickups1 into ppspickups1

File size: 518 bytes
Line 
1<PickupRepresentation
2    name="SpeedBoost"
3    description="Speeds up the Ship for a certain time."
4    spawnerTemplate="speedboostpickuprepresentation"
5>
6    <pickup>
7        <SpeedPickup template="speedboostpickup" />
8    </pickup>
9</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 TracBrowser for help on using the repository browser.