Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 2, 2014, 8:38:07 PM (11 years ago)
Author:
noep
Message:

Cleaned up the process passing the collisionshape which was hit to the Pawn. Started implementation of ModularSpaceShip and ShipPart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/modularships/data/levels/emptyLevel.oxw

    r10003 r10011  
    1616  include("templates/spaceshipPirate.oxt")
    1717  include("templates/spaceshipEscort.oxt")
     18  include("templates/HeavyCruiser.oxt")
    1819?>
    1920
     
    9192    </Pawn>
    9293   
     94    <ModularSpaceShip position="0,-100,-200">
     95      <templates>
     96        <Template link=spaceshippirate />
     97      </templates>
     98    </ModularSpaceShip>
     99   
     100    <ModularSpaceShip position="0,-1000,-200">
     101      <templates>
     102        <Template link=HeavyCruiser />
     103      </templates>
     104    </ModularSpaceShip>
     105   
    93106  </Scene>
    94107</Level>
Note: See TracChangeset for help on using the changeset viewer.