Rev | Line | |
---|
[5331] | 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 | |
---|
| 19 | |
---|
| 20 | <Model position="0,0,0" scale=100 mesh="CuboidBody.mesh" /> |
---|
| 21 | |
---|
| 22 | |
---|
| 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.