Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/bin/levels/sample.oxw @ 506

Last change on this file since 506 was 506, checked in by nicolape, 16 years ago

Skybox and ambient light added

File size: 579 bytes
Line 
1<?xml version="1.0"?>
2<orxonoxworld name="Orxonox sample level" image="textures/menu/moonstation_512x512.jpg">
3        <description>
4                This is an orxonox sample level.
5        </description>
6
7        <loading>
8                <background color="000000" image="textures/load_screens/ambush.png" />
9                <bar top="200" left="50" width="300" height="20" image="textures/load_screens/ambush-loadbar.png" />
10        </loading>
11       
12        <audio>
13                       
14        </audio>
15       
16        <world>
17               
18                <Ambient colourvalue="0,0,1" />
19               
20                <Skybox src="Examples/SceneSkyBox2" />
21                               
22        </world>
23
24        <scripts>
25                <script file="intro.lua" />
26        </scripts>
27</orxonoxworld>
Note: See TracBrowser for help on using the repository browser.