Changeset 10011 for code/branches/modularships/data/levels/emptyLevel.oxw
- Timestamp:
- Apr 2, 2014, 8:38:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/data/levels/emptyLevel.oxw
r10003 r10011 16 16 include("templates/spaceshipPirate.oxt") 17 17 include("templates/spaceshipEscort.oxt") 18 include("templates/HeavyCruiser.oxt") 18 19 ?> 19 20 … … 91 92 </Pawn> 92 93 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 93 106 </Scene> 94 107 </Level>
Note: See TracChangeset
for help on using the changeset viewer.