Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3407

Last change on this file since 3407 was 3407, checked in by bensch, 19 years ago

orxonox/data: new definitions for the LoadScreens

File size: 1.7 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
5
6    <ElementCount>5</ElementCount>
7    <BackgroundPS>0 0 1.01 1</BackgroundPS>
8    <BarPS>.65 .87 .3 .05</BarPS>
9  </LoadScreen>
10  <WorldEntities>
11    <Player>
12      <name>Benscho</name>
13      <model>models/reaplow.obj</model>
14    </Player>
15    <Environment>
16      <name>Backdrop</name>
17      <model>models/reaplow.obj</model>
18      <position>16.0,400.0,30.0</position>
19      <orientation>0.0,0.0,0.0</orientation>   
20    </Environment>
21    <SkyBox>
22     <name>Sky</name>
23     <materialset>pictures/sky/skybox</materialset>
24    </SkyBox>
25  </WorldEntities> 
26  <Track>
27    <Point>0.0,0.0,0.0</Point>
28    <Point>12.0,40.0,0.0</Point>
29    <Point>-12.0,80.0,0.0</Point>
30    <Point>12.0,120.0,0.0</Point>
31    <Point>-12.0,160.0,0.0</Point>
32    <Point>12.0,200.0,0.0</Point>
33    <Duration>120</Duration>
34    <SavePoint/>
35    <Point>0.0,250.0,20.0</Point>
36    <Point>0.0,300.0,50.0</Point>
37    <Fork>A,B,C</Fork>
38    <WorkOn>A</WorkOn>
39    <Point>15.0,300.0,40.0</Point>
40    <Point>50.0,350.0,25.0</Point>
41                <Point>15.0,400.0,30.0</Point>
42    <Duration>120</Duration>
43    <WorkOn>B</WorkOn>
44    <Point>-15.0,300.0,40.0</Point>
45    <Point>-5.0,350.0,60.0</Point>
46                <Point>15.0,400.0,30.0</Point>
47    <Duration>120</Duration>
48    <WorkOn>C</WorkOn>
49    <Point>0.0,300.0,75.0</Point>
50    <Point>0.0,350.0,125.0</Point>
51                <Point>0.0,400.0,66.0</Point>
52    <Duration>120</Duration>
53    <Join>A,B,C</Join>
54                <Point>0.0,450.0,0.0</Point>
55                <Point>0.0,500.0,0.0</Point>
56    <Duration>25</Duration>
57 </Track>
58</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.