Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2012, 3:56:56 PM (12 years ago)
Author:
lkevin
Message:

Changed pickup icon and xml for possible varieties of the pickup in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup2012/data/levels/includes/pickups.oxi

    r8713 r9155  
    210210</PickupRepresentation>
    211211
     212<!-- DamageBoost Pickup -->
     213
     214<PickupRepresentation
     215    pickupName = "DamageBoost Pickup"
     216    pickupDescription = "Multiplies the ship damage."
     217    spawnerTemplate = "damageboostpickupRepresentation"
     218>
     219    <pickup>
     220        <DamageBoostPickup template=damageboostpickup />
     221    </pickup>
     222</PickupRepresentation>
     223
    212224<!-- Shrink Pickup -->
    213225
Note: See TracChangeset for help on using the changeset viewer.