Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2011, 4:01:49 PM (13 years ago)
Author:
ssgier
Message:

copypasted templates for medium and huge in pickupRepresentationTemplates.oxt

File:
1 edited

Legend:

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

    r7163 r8543  
    210210</PickupRepresentation>
    211211
     212<!-- Shrink Pickup -->
     213
     214<PickupRepresentation
     215    pickupName = "Shrink Pickup"
     216    pickupDescription = "Adds a Drone to the Players Spaceship"
     217    spawnerTemplate = "smallshrinkpickupRepresentation"
     218>
     219    <pickup>
     220        <ShrinkPickup template=smallshrinkpickup />
     221    </pickup>
     222</PickupRepresentation>
     223
Note: See TracChangeset for help on using the changeset viewer.