Last change
on this file since 5361 was
5360,
checked in by FelixSchulthess, 16 years ago
|
added first try of presentation level
|
File size:
976 bytes
|
Line | |
---|
1 | <?lua |
---|
2 | include("levels/hudtemplates.oxw") |
---|
3 | ?> |
---|
4 | |
---|
5 | <?lua |
---|
6 | include("levels/spaceshiptemplates.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.