Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/World2.oxw @ 3423

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

orxonox/data: new Material, and Terrain is property of Loading process now

File size: 1.6 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/sky/skybox_right.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>fighter</name>
13      <model>models/fighter.obj</model>
14    </Player>
15    <SkyBox>
16     <name>Sky</name>
17     <Materialset>pictures/sky/desert</Materialset>
18    </SkyBox>
19    <Terrain>
20      <name>Terrain</name>
21      <model>worlds/newGround.obj</model>
22    </Terrain>
23  </WorldEntities>
24  <Track>
25    <Point>0.0,0.0,0.0</Point>
26    <Point>12.0,40.0,0.0</Point>
27    <Point>-12.0,80.0,0.0</Point>
28    <Point>12.0,120.0,0.0</Point>
29    <Point>-12.0,160.0,0.0</Point>
30    <Point>12.0,200.0,0.0</Point>
31    <Duration>120</Duration>
32    <SavePoint/>
33    <Point>0.0,250.0,20.0</Point>
34    <Point>0.0,300.0,50.0</Point>
35    <Fork>A,B,C</Fork>
36    <WorkOn>A</WorkOn>
37    <Point>15.0,300.0,40.0</Point>
38    <Point>50.0,350.0,25.0</Point>
39                <Point>15.0,400.0,30.0</Point>
40    <Duration>120</Duration>
41    <WorkOn>B</WorkOn>
42    <Point>-15.0,300.0,40.0</Point>
43    <Point>-5.0,350.0,60.0</Point>
44                <Point>15.0,400.0,30.0</Point>
45    <Duration>120</Duration>
46    <WorkOn>C</WorkOn>
47    <Point>0.0,300.0,75.0</Point>
48    <Point>0.0,350.0,125.0</Point>
49                <Point>0.0,400.0,66.0</Point>
50    <Duration>120</Duration>
51    <Join>A,B,C</Join>
52                <Point>0.0,450.0,0.0</Point>
53                <Point>0.0,500.0,0.0</Point>
54    <Duration>25</Duration>
55 </Track>
56</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.