Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3408

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

orxonox/data: added new Bar-Image

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    <BarImage>pictures/load_screen_bar.png</BarImage>
10  </LoadScreen>
11  <WorldEntities>
12    <Player>
13      <name>Benscho</name>
14      <model>models/reaplow.obj</model>
15    </Player>
16    <Environment>
17      <name>Backdrop</name>
18      <model>models/reaplow.obj</model>
19      <position>16.0,400.0,30.0</position>
20      <orientation>0.0,0.0,0.0</orientation>   
21    </Environment>
22    <SkyBox>
23     <name>Sky</name>
24     <materialset>pictures/sky/skybox</materialset>
25    </SkyBox>
26  </WorldEntities> 
27  <Track>
28    <Point>0.0,0.0,0.0</Point>
29    <Point>12.0,40.0,0.0</Point>
30    <Point>-12.0,80.0,0.0</Point>
31    <Point>12.0,120.0,0.0</Point>
32    <Point>-12.0,160.0,0.0</Point>
33    <Point>12.0,200.0,0.0</Point>
34    <Duration>120</Duration>
35    <SavePoint/>
36    <Point>0.0,250.0,20.0</Point>
37    <Point>0.0,300.0,50.0</Point>
38    <Fork>A,B,C</Fork>
39    <WorkOn>A</WorkOn>
40    <Point>15.0,300.0,40.0</Point>
41    <Point>50.0,350.0,25.0</Point>
42                <Point>15.0,400.0,30.0</Point>
43    <Duration>120</Duration>
44    <WorkOn>B</WorkOn>
45    <Point>-15.0,300.0,40.0</Point>
46    <Point>-5.0,350.0,60.0</Point>
47                <Point>15.0,400.0,30.0</Point>
48    <Duration>120</Duration>
49    <WorkOn>C</WorkOn>
50    <Point>0.0,300.0,75.0</Point>
51    <Point>0.0,350.0,125.0</Point>
52                <Point>0.0,400.0,66.0</Point>
53    <Duration>120</Duration>
54    <Join>A,B,C</Join>
55                <Point>0.0,450.0,0.0</Point>
56                <Point>0.0,500.0,0.0</Point>
57    <Duration>25</Duration>
58 </Track>
59</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.