Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/worlds/World2.oxw @ 3625

Last change on this file since 3625 was 3625, checked in by bensch, 18 years ago

orxonox/trunk: level's LoadImage is loadable within the level instead of the Campaign file

File size: 2.3 KB
Line 
1<WorldDataFile>
2  <name>Darkness</name>
3  <menu-entry>1</menu-entry>
4  <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image>
5  <screenshoot>pictures/menu/ss_default_512x512.png</screenshoot>
6
7  <LoadScreen>
8    <BackgroundImage>pictures/sky/skybox_right.jpg</BackgroundImage>
9
10    <ElementCount>5</ElementCount>
11    <BackgroundPS>0,0,1.01,1</BackgroundPS>
12    <BarPS>.65,.87,.3,.05</BarPS>
13  </LoadScreen>
14  <WorldEntities>
15    <SpaceShip>
16      <name>Player</name>
17      <model>models/ships/fighter.obj</model>
18    </SpaceShip>
19
20    <SkyBox>
21     <name>Sky</name>
22     <Materialset>pictures/sky/desert</Materialset>
23     <Size>1000</Size>
24    </SkyBox>
25    <Terrain>
26      <name>Terrain</name>
27      <model>worlds/newGround.obj</model>
28    </Terrain>
29  </WorldEntities>
30  <Track>
31     <Point>150,-35,5</Point>
32     <Point>200,-35,5</Point>
33     <Point>250,-35,5</Point>
34     <Point>320,-33,-.55</Point>
35     <Duration>3</Duration>
36     <SavePoint>test</SavePoint>
37
38      <Point>410,0,0</Point>
39      <Point>510,20,-10</Point>
40      <Point>550,20,-10</Point>
41      <Point>570,20,-10</Point>
42      <Duration>5</Duration>
43
44      <Fork>testFork1,testFork2</Fork>
45      <WorkOn>testFork1</WorkOn>
46      <Point>640,25,-30</Point>
47      <Point>700,40,-120</Point>
48      <Point>800,50,-150</Point>
49      <Point>900,60,-100</Point>
50      <Point>900,60,-70</Point>
51      <Point>990,65,-15</Point>
52      <Point>1050,65,-10</Point>
53      <Point>1100,65,-20</Point>
54      <Duration>8</Duration>
55
56      <WorkOn>testFork2</WorkOn>
57      <Point>640,25,20</Point>
58      <Point>670,50,120</Point>
59      <Point>700,70,80</Point>
60      <Point>800,70,65</Point>
61      <Point>850,65,65</Point>
62      <Point>920,35,40</Point>
63      <Point>945,40,40</Point>
64      <Point>970,24,40</Point>
65      <Point>1000,40,-7</Point>
66      <Duration>8</Duration>
67
68
69      <Join>testFork1,testFork2</Join>
70
71      <Point>1200,60,-50</Point>
72      <Point>1300,50,-50</Point>
73      <Point>1400,40,-50</Point>
74      <Point>1500,40,-60</Point>
75      <Point>1600,35,-55</Point>
76      <Point>1700,45,-40</Point>
77      <Point>1750,60,-40</Point>
78      <Point>1770,80,-40</Point>
79      <Point>1800,100,-40</Point>
80      <Duration>10</Duration>
81 </Track>
82</WorldDataFile>
83
Note: See TracBrowser for help on using the repository browser.