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/includes/pickups.oxi

    r7000 r7038  
     1
    12<!-- Shield pickups -->
    23
    34<PickupRepresentation
    45    pickupName = "Small Shield Pickup"
    5     pickupDescription = "Gives you a small shield for 10 seconds."
     6    pickupDescription = "Gives you a small-sized shield for 30 seconds."
    67    inventoryRepresentation = "SmallShield"
    78    spawnerTemplate = "smallshieldpickupRepresentation"
     
    197198</PickupRepresentation>
    198199
     200<!-- Drone Pickup -->
     201
     202<PickupRepresentation
     203    pickupName = "Drone Pickup"
     204    pickupDescription = "Adds a Drone to the Players Spaceship"
     205    spawnerTemplate = "dronepickupRepresentation"
     206>
     207    <pickup>
     208        <DronePickup template=dronepickup />
     209    </pickup>
     210</PickupRepresentation>
     211
Note: See TracChangeset for help on using the changeset viewer.