Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10645


Ignore:
Timestamp:
Oct 12, 2015, 3:14:46 PM (9 years ago)
Author:
bhatiab
Message:

Added Transporter to level…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/Campaign1.oxw

    r10642 r10645  
    11<LevelInfo
    2  name = "Empty level"
     2 name = "Campaign Level"
    33 description = "A level with absolutely nothing in it."
    4  tags = "test"
     4 tags = "mission"
    55 screenshot = "emptylevel.png"
    66/>
     
    1818  include("templates/spaceshipRing.oxt")
    1919  include("templates/spaceshipSwallow.oxt")
     20  include("templates/spaceshipTransporter.oxt")
     21  include("templates/spaceshipTransporterSL.oxt")
    2022?>
    2123
    22 <Level>
     24<Level gametype     = "Mission">
    2325  <templates>
    2426    <Template link=lodtemplate_default />
     
    3234
    3335    <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"/>
    34     <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     36    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipTransporterSL />
    3537   
    3638  </Scene>
Note: See TracChangeset for help on using the changeset viewer.