Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_HS17_merge/data/levels/emptyLevel.oxw @ 11774

Last change on this file since 11774 was 11774, checked in by landauf, 6 years ago

merged Waypoints_HS17

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1<LevelInfo
2 name = "Empty level"
3 description = "A level with absolutely nothing in it."
4 tags = "test"
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/spaceshipEscort.oxt")
16  include("templates/endurancetest_template.oxt")
17  include("templates/spaceshipPirate.oxt")
18  include("templates/spaceshipAssff.oxt")
19
20
21?>
22
23<Level>
24  <templates>
25    <Template link=lodtemplate_default />
26  </templates>
27  <?lua include("includes/notifications.oxi") ?>
28
29  <NotificationQueueCEGUI
30    name="narrative"
31    targets="simpleNotification"
32    size=3
33    displayTime=3.9
34    position="0.2, 0, 0.1, 0"
35    fontSize="23"
36    fontColor="0.3, 1, 0.2, 0.8"
37    alignment="HorzCentred"
38    displaySize="0.6, 0, 0, 0"
39    />
40
41   <Scene
42   ambientlight = "0.5, 0.5, 0.5"
43   skybox       = "Orxonox/Starbox"
44  >
45
46
47    <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" />
48
49
50   
51    <SpawnPoint position="50,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
52
53
54  </Scene>
55</Level>
56
Note: See TracBrowser for help on using the repository browser.