Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 17, 2012, 6:38:14 PM (12 years ago)
Author:
landauf
Message:

added warning if a template is used on a different type than it was defined for. this doesn't matter technically, but it's misleading.
fixed template type of ShrinkPickups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012merge/data/levels/templates/pickupRepresentationTemplates.oxt

    r9269 r9303  
    491491
    492492<Template name=smallshrinkpickup>
    493   <InvisiblePickup
     493  <ShrinkPickup
    494494    duration = 10.0
    495495    shrinkFactor = 2.5
     
    516516
    517517<Template name=mediumshrinkpickup>
    518   <InvisiblePickup
     518  <ShrinkPickup
    519519    duration = 30.0
    520520    shrinkFactor = 5.0
     
    541541
    542542<Template name=hugeshrinkpickup>
    543   <InvisiblePickup
     543  <ShrinkPickup
    544544    duration = 60.0
    545545    shrinkFactor = 10.0
Note: See TracChangeset for help on using the changeset viewer.