Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 4:23:29 PM (14 years ago)
Author:
benedict
Message:

did the shield pickup. upload for testing

File:
1 edited

Legend:

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

    r6725 r6884  
     1<!-- Shield pickups -->
     2
     3<PickupRepresentation
     4    pickupName = "Super Shield Pickup"
     5    pickupDescription = "Gives you a shield with 1000000 helath points for 5 minutes"
     6    inventoryRepresentation = "SmallHealth"
     7    spawnerTemplate = "supershieldpickupRepresentation"
     8>
     9    <pickup>
     10        <ShieldPickup template=supershieldpickup />
     11    </pickup>
     12</PickupRepresentation>
    113
    214<!-- Health pickups -->
Note: See TracChangeset for help on using the changeset viewer.