Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2010, 3:17:17 PM (14 years ago)
Author:
benedict
Message:

fixed some issues with the templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups2/data/levels/includes/pickups_invisible.oxi

    r6653 r6689  
    11<PickupRepresentation
    2     name = "Invisibility"
    3     description = "Makes you invisible."
    4     spawnerTemplate = "invisiblepickupRepresentation"
     2    name = "small Invisibility"
     3    description = "Makes you invisible for 5 seconds."
     4    spawnerTemplate = "smallinvisiblepickupRepresentation"
    55>
    66    <pickup>
    7         <InvisiblePickup template=invisiblepickup />
     7        <InvisiblePickup template=smallinvisiblepickup />
    88    </pickup>
    99</PickupRepresentation>
     10
     11<PickupRepresentation
     12    name = "medium Invisibility"
     13    description = "Makes you invisible for 10 seconds."
     14    spawnerTemplate = "mediuminvisiblepickupRepresentation"
     15>
     16    <pickup>
     17        <InvisiblePickup template=mediuminvisiblepickup />
     18    </pickup>
     19</PickupRepresentation>
     20
     21<PickupRepresentation
     22    name = "hunge Invisibility"
     23    description = "Makes you invisible for 20 seconds."
     24    spawnerTemplate = "hugeinvisiblepickupRepresentation"
     25>
     26    <pickup>
     27        <InvisiblePickup template=hugeinvisiblepickup />
     28    </pickup>
     29</PickupRepresentation>
Note: See TracChangeset for help on using the changeset viewer.