Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/World2.oxw @ 3404

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

orxonox/data: new level added

File size: 1.3 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <WorldEntities>
4    <Player>
5      <name>Benscho</name>
6      <model>../data/models/fighter.obj</model>
7    </Player>
8    <SkyBox>
9     <name>Sky</name>
10     <materialset>pictures/sky/skybox</materialset>
11    </SkyBox>
12  </WorldEntities> 
13  <Track>
14    <Point>0.0,0.0,0.0</Point>
15    <Point>12.0,40.0,0.0</Point>
16    <Point>-12.0,80.0,0.0</Point>
17    <Point>12.0,120.0,0.0</Point>
18    <Point>-12.0,160.0,0.0</Point>
19    <Point>12.0,200.0,0.0</Point>
20    <Duration>120</Duration>
21    <SavePoint/>
22    <Point>0.0,250.0,20.0</Point>
23    <Point>0.0,300.0,50.0</Point>
24    <Fork>A,B,C</Fork>
25    <WorkOn>A</WorkOn>
26    <Point>15.0,300.0,40.0</Point>
27    <Point>50.0,350.0,25.0</Point>
28                <Point>15.0,400.0,30.0</Point>
29    <Duration>120</Duration>
30    <WorkOn>B</WorkOn>
31    <Point>-15.0,300.0,40.0</Point>
32    <Point>-5.0,350.0,60.0</Point>
33                <Point>15.0,400.0,30.0</Point>
34    <Duration>120</Duration>
35    <WorkOn>C</WorkOn>
36    <Point>0.0,300.0,75.0</Point>
37    <Point>0.0,350.0,125.0</Point>
38                <Point>0.0,400.0,66.0</Point>
39    <Duration>120</Duration>
40    <Join>A,B,C</Join>
41                <Point>0.0,450.0,0.0</Point>
42                <Point>0.0,500.0,0.0</Point>
43    <Duration>25</Duration>
44 </Track>
45</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.