Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS15/data/levels/presentationFS15.oxw @ 10495

Last change on this file since 10495 was 10485, checked in by maxima, 10 years ago

ParticleEffects branch merged to presentation. New level PresentationFS15. New SpaceShip spaceshipFS15 with both RocketFire and RocketFireOld

File size: 1.1 KB
Line 
1<LevelInfo
2 name = "Presentation FS15"
3 description = "Level for Presentation."
4 tags = "presentation"
5 screenshot = "emptylevel.png"
6/>
7
8<?lua
9  include("stats.oxo")
10  include("HUDTemplates3.oxo")
11  include("templates/lodInformation.oxt")
12?>
13
14<?lua
15  include("templates/spaceshipPirate.oxt")
16  include("templates/spaceshipEscort.oxt")
17  include("templates/spaceshipAssff.oxt")
18  include("templates/spaceshipFS15.oxt")
19
20?>
21
22<Level>
23  <templates>
24    <Template link=lodtemplate_default />
25  </templates>
26  <?lua include("includes/notifications.oxi") ?>
27
28  <Scene
29    ambientlight = "0.8, 0.8, 0.8"
30    skybox       = "Orxonox/Starbox"
31  >
32
33    <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=spaceshipfs15 />
35   
36   
37   
38    <SpaceShip position="0,500,500" lookat="0,0,0" team=1 >
39      <templates>
40        <Template link=spaceshipassff />
41      </templates>
42    </SpaceShip>
43   
44  </Scene>
45</Level>
46
Note: See TracBrowser for help on using the repository browser.