Last change
on this file since 5309 was
5297,
checked in by FelixSchulthess, 16 years ago
|
simple geometric shapes are of great interest
|
File size:
915 bytes
|
Line | |
---|
1 | <?lua |
---|
2 | include("levels/hudtemplates.oxw") |
---|
3 | ?> |
---|
4 | |
---|
5 | <?lua |
---|
6 | include("levels/spaceshiptemplates.oxw") |
---|
7 | ?> |
---|
8 | |
---|
9 | <Level |
---|
10 | name = "Sample" |
---|
11 | description = "Just a few tests" |
---|
12 | > |
---|
13 | <Scene |
---|
14 | ambientlight = "0.5, 0.5, 0.5" |
---|
15 | skybox = "Orxonox/Starbox" |
---|
16 | > |
---|
17 | |
---|
18 | <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0> |
---|
19 | <events> |
---|
20 | <spawn> |
---|
21 | <EventTrigger delay=1> |
---|
22 | <events> |
---|
23 | <trigger> |
---|
24 | <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
25 | </trigger> |
---|
26 | </events> |
---|
27 | </EventTrigger> |
---|
28 | </spawn> |
---|
29 | </events> |
---|
30 | </ParticleSpawner> |
---|
31 | |
---|
32 | |
---|
33 | <Planet position="0,0,-500" scale=100 mesh="earth.mesh" shadow=true atmospheresize=224.0f imagesize=1024.0f /> |
---|
34 | <Model position="0, 0,-100" pitch=-90 roll=-90 scale=4 mesh="assff.mesh" /> |
---|
35 | |
---|
36 | </Scene> |
---|
37 | </Level> |
---|
Note: See
TracBrowser
for help on using the repository browser.