Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2014, 11:45:47 AM (10 years ago)
Author:
noep
Message:

Fixed yet another segfault (which we hadn't seen yet).
Cleared emptyLevel, created two testlevels (testing with boxes)

Location:
code/branches/modularships/data/levels/templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/modularships/data/levels/templates/HeavyCruiser.oxt

    r10052 r10053  
    5252    <parts>
    5353        <ShipPart name="frontL" initialhealth="10" damageabsorption="0.5">
    54             <destructionevents>
    55                 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/>
    56             </destructionevents>
    57         </ShipPart>
    58         <ShipPart name="frontR" initialhealth="10" damageabsorption="0.5" />
     54            <destructionevents>
     55                <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/>
     56            </destructionevents>
     57        </ShipPart>
     58        <ShipPart name="frontR" initialhealth="10" damageabsorption="0.5">
     59            <destructionevents>
     60                <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/>
     61            </destructionevents>
     62        </ShipPart>
    5963        <ShipPart name="partL" initialhealth="10" damageabsorption="0.5" />
    6064        <ShipPart name="partR" initialhealth="10" damageabsorption="0.5" />
Note: See TracChangeset for help on using the changeset viewer.