Last change
on this file since 529 was
527,
checked in by nicolape, 17 years ago
|
changed some stuff on level file
|
File size:
1.2 KB
|
Rev | Line | |
---|
[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 | |
---|
[525] | 18 | <SceneNode name="OgreHeadNode" pos="0,0,0" /> |
---|
| 19 | |
---|
[526] | 20 | <Camera name="Camera" pos="0,0,100" lookat="0,0,0" node="OgreHeadNode" /> |
---|
[525] | 21 | |
---|
[508] | 22 | <Ambient colourvalue="1,1,1" /> |
---|
[525] | 23 | |
---|
[510] | 24 | <Skybox src="Orxonox/BlueStarSkyBox" /> |
---|
[511] | 25 | |
---|
[515] | 26 | <Entity name="ASSF" src="assf2.mesh" node="OgreHeadNode" /> |
---|
| 27 | |
---|
[527] | 28 | <SceneNode name="Ogre1" pos="0,200,0" /> |
---|
[526] | 29 | <Entity name="head1" src="ogrehead.mesh" node="Ogre1" /> |
---|
[515] | 30 | |
---|
[527] | 31 | <SceneNode name="Ogre2" pos="200,0,0" /> |
---|
| 32 | <Entity name="head2" src="ogrehead.mesh" node="Ogre2" /> |
---|
[515] | 33 | |
---|
[527] | 34 | <SceneNode name="Ogre3" pos="0,0,200" /> |
---|
| 35 | <Entity name="head3" src="ogrehead.mesh" node="Ogre3" /> |
---|
| 36 | |
---|
| 37 | |
---|
[469] | 38 | </world> |
---|
[412] | 39 | |
---|
[525] | 40 | <!-- Unused at the moment --> |
---|
| 41 | <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" /> |
---|
| 42 | |
---|
[515] | 43 | |
---|
[525] | 44 | |
---|
[469] | 45 | <scripts> |
---|
| 46 | <script file="intro.lua" /> |
---|
| 47 | </scripts> |
---|
[508] | 48 | </orxonoxworld> |
---|
Note: See
TracBrowser
for help on using the repository browser.