Changeset 6711 for code/trunk/data/levels/pickup.oxw
- Timestamp:
- Apr 13, 2010, 10:16:10 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/pickup4 (added) merged: 6632,6669,6675,6679,6700-6701,6707
- Property svn:mergeinfo changed
-
code/trunk/data/levels/pickup.oxw
r6524 r6711 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 40 </pickup> 41 41 </PickupSpawner> … … 71 71 </PickupSpawner> 72 72 73 < !--PickupSpawner position="100,100,100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">73 <PickupSpawner position="100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 74 74 <pickup> 75 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=immediate healthType=limited /> 75 <HealthPickup 76 health = 100 77 healthType = "limited" 78 activationType = "onUse" 79 durationType = "once" 80 /> 76 81 </pickup> 77 </PickupSpawner -->82 </PickupSpawner> 78 83 79 84 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
Note: See TracChangeset
for help on using the changeset viewer.