Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/presentation_level1_felix.oxw @ 5368

Last change on this file since 5368 was 5368, checked in by scheusso, 15 years ago

made some adjustments to the levelfile for hud and better steering

File size: 998 bytes
Line 
1<?lua
2        include("levels/hudtemplates3.oxw")
3?>
4
5<?lua
6        include("levels/spaceshiptemplates_presentation.oxw")
7?>
8
9<Level
10        name = "presentation level 1"
11        description = "..."
12>
13        <Scene
14                ambientlight = "0.8, 0.8, 0.8"
15                skybox = "Orxonox/Starbox"
16        >
17
18        <?lua
19                dofile("../../media/levels/CuboidSpaceStation.lua")
20        ?>
21
22        <Planet position="3000,0,-10000" scale=1000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
23   
24        <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
25      <events>
26        <spawn>
27          <EventTrigger delay=1>
28            <events>
29              <trigger>
30                <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
31              </trigger>
32            </events>
33          </EventTrigger>
34        </spawn>
35      </events>
36    </ParticleSpawner>
37
38  </Scene>
39</Level>
Note: See TracBrowser for help on using the repository browser.