[Orxonox-commit 1843] r6560 - code/trunk/data/levels
dafrick at orxonox.net
dafrick at orxonox.net
Thu Mar 18 14:54:05 CET 2010
Author: dafrick
Date: 2010-03-18 14:54:05 +0100 (Thu, 18 Mar 2010)
New Revision: 6560
Modified:
code/trunk/data/levels/empty_level.oxw
Log:
Emptied emtpy level.
Modified: code/trunk/data/levels/empty_level.oxw
===================================================================
--- code/trunk/data/levels/empty_level.oxw 2010-03-18 13:18:45 UTC (rev 6559)
+++ code/trunk/data/levels/empty_level.oxw 2010-03-18 13:54:05 UTC (rev 6560)
@@ -16,33 +16,7 @@
ambientlight = "0.8, 0.8, 0.8"
skybox = "Orxonox/Starbox"
>
-
-<!--Rocket position="-10, 3.5,800" velocity="0,0,-100">
- <attached>
- <Model pitch=180 position="0,0,0" scale=1.5 mesh="rocket_test.mesh" >
- <attached>
- <ParticleEmitter pitch=0 roll=0 position="0,5,0" source="Orxonox/laser" lifetime=2.0 loop=1 startdelay=3.0/>
- <ParticleEmitter pitch=-90 roll=0 position="0,-5,0" source="Orxonox/particlecanon" lifetime=2.0 loop=1 startdelay=3.0/>
- <ParticleEmitter pitch=-90 roll=0 position="0,0,-2" source="Orxonox/rocketfire" lifetime=2.0 loop=1 startdelay=3.0 />
- <ParticleEmitter pitch=-90 roll=0 position="0,0,-2" source="Orxonox/smoke" lifetime=2.0 loop=1 startdelay=3.0 />
- </attached>
- </Model>
- </attached>
- </Rocket-->
-<?lua
-for i = 1,100,1
-do ?>
- <StaticEntity position="<?lua print(math.random() * 1000) ?>, <?lua print(math.random() * 1000) ?>, <?lua print(math.random() * 1000) ?>">
- <attached>
- <Model scale="<?lua print(math.random() * 20 + 5) ?>" mesh="ast1.mesh" shadow=false />
- </attached>
- </StaticEntity>
-<?lua
-end
-?>
-
-
<Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
<SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
</Scene>
More information about the Orxonox-commit
mailing list