- Timestamp:
- Mar 20, 2010, 7:45:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups1/data/levels/includes/pickups_speed.oxi
r6552 r6575 1 1 <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" 5 5 > 6 6 <pickup> 7 <SpeedPickup template= "speedboostpickup"/>7 <SpeedPickup template=smallspeedpickup /> 8 8 </pickup> 9 9 </PickupRepresentation> 10 <PickupRepresentation11 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.