Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/network/worlds/SimpleMenu.oxw @ 3544

Last change on this file since 3544 was 3544, checked in by patrick, 18 years ago

data: the space sky now added

File size: 894 bytes
Line 
1<WorldDataFile>
2  <name>Game Menu</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
5    <ElementCount>16</ElementCount>
6    <BackgroundPS>0,0,1.0,1</BackgroundPS>
7    <BarPS>.65,.87,.3,.05</BarPS>
8    <BarImage>pictures/load_screen_bar.png</BarImage>
9  </LoadScreen>
10  <WorldEntities>
11    <SkyBox>
12     <name>Sky</name>
13     <Materialset>pictures/sky/simple_space</Materialset>
14     <Size>10000</Size>
15    </SkyBox>
16  </WorldEntities>
17    <LightManager>
18    <Lights>
19      <Light>
20       <diffuse-color>1,1,1</diffuse-color>
21       <abs-coor>0,0,0</abs-coor>
22       <attenuation>0,0,0</attenuation>
23      </Light>
24      <ambient-color>1,1,1</ambient-color>
25    </Lights>
26  </LightManager>
27
28  <Track>
29   <Point>0,50,0</Point>
30   <Point>5000,50,0</Point>
31   <Duration>100</Duration>
32   <SavePoint/>
33 </Track>
34</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.