Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2010, 9:24:33 AM (14 years ago)
Author:
dafrick
Message:

Updated pickups level and template and include file to properly include the DronePickup.
Additionally adjusted the level of output generated by the PickupSpawner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/levels/pickups.oxw

    r7036 r7038  
    2929    <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" />
    3030    <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    31 
    32     <!-- Drone pickup -->
    33 
    34     <PickupSpawner position="-100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
    35         <pickup>
    36             <DronePickup droneTemplate=droneTemplate />
    37         </pickup>
    38     </PickupSpawner>
    3931
    4032    <!-- Shield pickups -->
     
    151143      </pickup>
    152144    </PickupSpawner>
     145   
     146    <!-- Drone pickup -->
     147   
     148    <PickupSpawner position="-50,50,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
     149      <pickup>
     150        <DronePickup template=dronepickup />
     151      </pickup>
     152    </PickupSpawner>
     153   
     154    <!-- Other pickups -->
    153155
    154156    <!-- PickupRepresentation for the pickup below, since it is not a standard pickup provided by pickups.oxi -->
Note: See TracChangeset for help on using the changeset viewer.