Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2017, 4:09:27 PM (7 years ago)
Author:
patricwi
Message:

big ship merged

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/data/levels/emptyLevel.oxw

    r11052 r11357  
    11<LevelInfo
    2  name = "Empty level"
     2 name = "emptyLevel"
    33 description = "A level with absolutely nothing in it."
    44 tags = "test"
     
    1010  include("HUDTemplates3.oxo")
    1111  include("templates/lodInformation.oxt")
     12  include("templates/HeavyCruiser.oxt")
    1213?>
    1314
    1415<?lua
    1516  include("templates/spaceshipEscort.oxt")
     17  include("templates/endurancetest_template.oxt")
    1618?>
    1719
     
    2931    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    3032    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     33
     34    <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000">
     35      <templates>
     36        <Template link=endurance />
     37      </templates>
     38    </ModularSpaceShip>
    3139   
    3240  </Scene>
Note: See TracChangeset for help on using the changeset viewer.