Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6731 for code/trunk/data


Ignore:
Timestamp:
Apr 15, 2010, 2:47:39 PM (14 years ago)
Author:
dafrick
Message:

PickupCollection is broken for now because to make it work drastic changes would have to be made. I wil fix it at a later date, though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/pickup.oxw

    r6728 r6731  
    114114    <!-- Pickup Collection pickups -->
    115115   
    116     <PickupSpawner position="0,-25,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
     116    <!--PickupSpawner position="0,-25,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
    117117        <pickup>
    118118            <PickupCollection template=triplehealthspeedinvisibilitypickup />
    119119        </pickup>
    120     </PickupSpawner>
    121    
    122     <PickupSpawner position="0,-50,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
    123         <pickup>
    124             <HealthPickup activationType=immediate durationType=continuous healthRate=10 health=100 />
    125         </pickup>
    126     </PickupSpawner>
     120    </PickupSpawner-->
    127121   
    128122  </Scene>
Note: See TracChangeset for help on using the changeset viewer.