Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/contentcreation/pps/MirkoKaiser/CuboidSS/Version2/levels/CuboidSpaceStation2.oxw @ 5300

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

New build.

File size: 819 bytes
Line 
1<?lua
2        include("levels/hudtemplates.oxw")
3?>
4
5<?lua
6        include("levels/spaceshiptemplates.oxw")
7?>
8
9<Level
10        name = "SpaceStation test Space!"
11        description = "All the new SpaceStations are created here!"
12>
13        <Scene
14                ambientlight = "0.5, 0.5, 0.5"
15                skybox = "Orxonox/Starbox"
16        >
17
18<?lua
19        include("levels/CuboidSpaceStation2.lua")
20?>
21
22        <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
23      <events>
24        <spawn>
25          <EventTrigger delay=1>
26            <events>
27              <trigger>
28                <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
29              </trigger>
30            </events>
31          </EventTrigger>
32        </spawn>
33      </events>
34    </ParticleSpawner>
35
36  </Scene>
37</Level>
Note: See TracBrowser for help on using the repository browser.