Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/levels/vertical_scroller.oxw @ 4537

Last change on this file since 4537 was 4537, checked in by bknecht, 17 years ago

some weapons and change of spaceship textures

File size: 1.7 KB
Line 
1<WorldDataFile>
2  <name>In Space</name>
3  <description>This is the vertical scroller level.</description>
4  <menu-item-image>textures/menu/Scienceproject_512x512.jpg</menu-item-image>
5  <screenshoot>textures/menu/Scienceproject_512x512.jpg</screenshoot>
6
7  <LoadScreen>
8    <BackgroundImage>textures/load_screens/ambush.png</BackgroundImage>
9
10    <ElementCount>16</ElementCount>
11    <BackgroundPS>0,0,1.0,1</BackgroundPS>
12    <BarPS>.65,.87,.3,.05</BarPS>
13    <BarImage>textures/load_screens/ambush-loadbar.png</BarImage>
14  </LoadScreen>
15
16  <clip-region>1, 100000</clip-region>
17
18  <WorldEntities>
19    <Building>
20      <name>zhara</name>
21      <abs-coor>0,0,0</abs-coor>
22    </Building>
23
24    <SpaceShip>
25      <name>Player</name>
26      <model>models/spaceships/human_spaceship_bomber.obj</model>
27      <abs-coor>0,0,0</abs-coor>
28      <Size>100</Size>
29      <playmode>Horizontal</playmode>
30      <Track>
31        <addPoint>0,0,0</addPoint>
32        <addPoint>200,0,0</addPoint>
33        <addPoint>400,0,50</addPoint>
34        <addPoint>600,0,-50</addPoint>
35        <addPoint>1000,0,0</addPoint>
36        <addPoint>3000,0,0</addPoint>
37      </Track>
38    </SpaceShip>
39
40   <SkyBox>
41      <name>Sky</name>
42      <Materialset>textures/sky/simple_space</Materialset>
43      <Size>100000</Size>
44    </SkyBox>
45  </WorldEntities>
46
47  <LightManager>
48    <Lights>
49      <Light>
50       <diffuse-color>1,1,1</diffuse-color>
51       <abs-coor>100,1000,50</abs-coor>
52       <parent>Player</parent>
53      </Light>
54      <Light>
55       <diffuse-color>1,1,1</diffuse-color>
56       <abs-coor>3000,1000,1700</abs-coor>
57       <parent>Player</parent>
58      </Light>
59    </Lights>
60    <ambient-color>1,1,1</ambient-color>
61  </LightManager>
62
63
64</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.