Last change
on this file since 3456 was
3451,
checked in by bensch, 20 years ago
|
orxonox/data: added new World: straight, so now the Player flies along a straight line in the first Level
|
File size:
1.2 KB
|
Line | |
---|
1 | <WorldDataFile> |
---|
2 | <name>Straight</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>Player</name> |
---|
14 | <model>models/ships/reaplow.obj</model> |
---|
15 | </Player> |
---|
16 | <Environment> |
---|
17 | <name>Backdrop</name> |
---|
18 | <model>models/ships/fighter.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/desert</Materialset> |
---|
25 | <Size>10000</Size> |
---|
26 | </SkyBox> |
---|
27 | <Terrain> |
---|
28 | <name>HardCore</name> |
---|
29 | <model>worlds/environ.obj</model> |
---|
30 | </Terrain> |
---|
31 | </WorldEntities> |
---|
32 | <LightManager> |
---|
33 | <Lights> |
---|
34 | <Light> |
---|
35 | <diffuse-color>1,1,1</diffuse-color> |
---|
36 | <abs-coor>100,100,50</abs-coor> |
---|
37 | </Light> |
---|
38 | <ambient-color>1,1,1</ambient-color> |
---|
39 | </Lights> |
---|
40 | </LightManager> |
---|
41 | |
---|
42 | <Track> |
---|
43 | <Point>0,50,0</Point> |
---|
44 | <Point>5000,50,0</Point> |
---|
45 | <Duration>60</Duration> |
---|
46 | <SavePoint/> |
---|
47 | </Track> |
---|
48 | </WorldDataFile> |
---|
Note: See
TracBrowser
for help on using the repository browser.