Changeset 6675 for code/branches/pickup4/data/levels/pickup.oxw
- Timestamp:
- Apr 2, 2010, 5:35:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup4/data/levels/pickup.oxw
r6524 r6675 37 37 <PickupSpawner position="-50,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 38 38 <pickup> 39 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=immediate healthType=permanent /> 39 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType=permanent /> 40 </pickup> 41 </PickupSpawner> 42 43 <PickupSpawner position="-50,0,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 44 <pickup> 45 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType=permanent /> 40 46 </pickup> 41 47 </PickupSpawner>
Note: See TracChangeset
for help on using the changeset viewer.