Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6728 for code/trunk/data


Ignore:
Timestamp:
Apr 15, 2010, 1:15:11 PM (14 years ago)
Author:
dafrick
Message:

No more seg faults with pickups (at least that's what I hope. ;))

File:
1 edited

Legend:

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

    r6712 r6728  
    120120    </PickupSpawner>
    121121   
     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>
     127   
    122128  </Scene>
    123129</Level>
Note: See TracChangeset for help on using the changeset viewer.