Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2017, 12:07:58 PM (8 years ago)
Author:
fanconic
Message:

renamed storymodeplanet to NameableStaticEntity

File:
1 edited

Legend:

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

    r11584 r11675  
    1010  include("HUDTemplates3.oxo")
    1111  include("templates/lodInformation.oxt")
    12   include("StoryModeHUD2")
    13   include("StoryMode.oxt")
     12  include("templates/HeavyCruiser.oxt")
    1413?>
    1514
     
    1918?>
    2019
    21 <Level gametype = StoryMode>
     20<Level>
    2221  <templates>
    2322    <Template link=lodtemplate_default />
     
    3029  >
    3130
    32   <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"/>
    33   <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     31    <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"/>
     32    <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>
     39   
    3440  </Scene>
    3541</Level>
Note: See TracChangeset for help on using the changeset viewer.