Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2015, 4:03:59 PM (8 years ago)
Author:
maxima
Message:

Merged presentation and exlposionChunks branches. Works fine. Added explosion parts to hovership.

Location:
code/branches/presentationHS15
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15

  • code/branches/presentationHS15/data/levels/emptyLevel.oxw

    r10629 r10962  
    1 <LevelInfo
     1 <LevelInfo
    22 name = "Empty level"
    33 description = "A level with absolutely nothing in it."
     
    1313
    1414<?lua
    15   include("templates/spaceshipAssff2.oxt")
    16   include("templates/spaceshipPirate.oxt")
     15  include("templates/spaceshipAssff.oxt")
    1716  include("templates/spaceshipEscort.oxt")
    18   include("templates/spaceshipRing.oxt")
    19   include("templates/spaceshipSwallow.oxt")
     17  include("templates/spaceshipHover.oxt")
    2018?>
    2119
     
    3331    <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"/>
    3432    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     33
     34    <SpaceShip
     35        team                = "1"
     36        position            = "1000,0,0"
     37        >
     38        <templates>
     39          <Template link=spaceshipassff />
     40        </templates>         
     41    </SpaceShip>
     42    <SpaceShip
     43        team                = "1"
     44        position            = "1000,200,0"
     45        >
     46        <templates>
     47          <Template link=spaceshiphover />
     48        </templates>
     49                   
     50    </SpaceShip>
     51    <SpaceShip
     52        team                = "1"
     53        position            = "1000,400,0"
     54        >
     55        <templates>
     56          <Template link=spaceshipescort />
     57        </templates>
     58
     59       
     60                   
     61    </SpaceShip>
    3562   
    3663  </Scene>
Note: See TracChangeset for help on using the changeset viewer.