Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Running again, but only with hack, don't know why the loader can't set up the steering

File size: 932 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                <SceneNode name="OgreHeadNode" pos="0,0,0" />                           
19
20                <Camera name="Camera" pos="0,0,-250" lookat="0,0,0" node="OgreHeadNode" />
21
22                <Ambient colourvalue="1,1,1" />
23       
24                <Skybox src="Orxonox/BlueStarSkyBox" />
25
26                <Entity name="ASSF" src="assf2.mesh" node="OgreHeadNode" />
27
28
29
30
31        </world>
32
33<!-- Unused at the moment -->
34                <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" />
35       
36
37
38        <scripts>
39                <script file="intro.lua" />
40        </scripts>
41</orxonoxworld>
Note: See TracBrowser for help on using the repository browser.