Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 508 was 508, checked in by nicolape, 17 years ago

Added orxonox material file

File size: 579 bytes
RevLine 
[470]1<?xml version="1.0"?>
[469]2<orxonoxworld name="Orxonox sample level" image="textures/menu/moonstation_512x512.jpg">
3        <description>
4                This is an orxonox sample level.
5        </description>
[412]6
[469]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>
[412]11       
[469]12        <audio>
13                       
14        </audio>
[412]15       
[469]16        <world>
[506]17               
[508]18                <Ambient colourvalue="1,1,1" />
[506]19               
[508]20                <Skybox src="Orxonox/SampleSkyBox" />
[506]21                               
[469]22        </world>
[412]23
[469]24        <scripts>
25                <script file="intro.lua" />
26        </scripts>
[508]27</orxonoxworld>
Note: See TracBrowser for help on using the repository browser.