Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5372 was 5372, checked in by mkaiser, 15 years ago

i dont know

File size: 1.5 KB
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<!------------------------------------------------------------------------------------->
23<MovableEntity scale=1 position="2000,0,0" rotationaxis="0,1,0" rotationrate=2>
24        <attached>
25                <MovableEntity scale=1 position="1000,0,0" rotationaxis="0,0,1" rotationrate=1>
26                        <attached>
27                                <?lua
28                                        createSpaceStationPar(0,2,1,2,1,4,1,50)
29                                ?>
30                        </attached>
31                </MovableEntity>
32        </attached>
33</MovableEntity>
34<!-------------------------------------------------------------------------------------->
35
36
37
38        <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 />
39   
40        <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
41      <events>
42        <spawn>
43          <EventTrigger delay=1>
44            <events>
45              <trigger>
46                <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
47              </trigger>
48            </events>
49          </EventTrigger>
50        </spawn>
51      </events>
52    </ParticleSpawner>
53
54  </Scene>
55</Level>
Note: See TracBrowser for help on using the repository browser.