[Orxonox-commit 2870] r7573 - code/branches/lastmanstanding/data/levels
jo at orxonox.net
jo at orxonox.net
Wed Oct 20 23:26:44 CEST 2010
Author: jo
Date: 2010-10-20 23:26:44 +0200 (Wed, 20 Oct 2010)
New Revision: 7573
Modified:
code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw
Log:
Looks a little bit more like Stonehenge:-)
Modified: code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw
===================================================================
--- code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw 2010-10-20 20:46:38 UTC (rev 7572)
+++ code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw 2010-10-20 21:26:44 UTC (rev 7573)
@@ -36,14 +36,15 @@
<StaticEntity position="0,20,0">
<attached>
<Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true />
- <!--ParticleEmitter position="0,0,0" source="Orxonox/Steam" /-->
- <collisionShapes>
- <SphereCollisionShape radius="30" />
- </collisionShapes>
+ <!-- ParticleEmitter position="0,0,0" source="Orxonox/Steam" / -->
</attached>
</StaticEntity>
+<StaticEntity position="0,0,0" collisionType=static>
+ <collisionShapes>
+ <SphereCollisionShape radius="145" />
+ </collisionShapes>
+ </StaticEntity>
-
<!-- ---------------asteroid dome----------------- -->
<?lua
max = 17
@@ -82,7 +83,7 @@
<StaticEntity position="<?lua print(y) ?>,-100,<?lua print(z) ?>" scale=<?lua print(j * 2) ?> >
<attached>
- <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*13,6) + 1) ?>.mesh">
+ <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*13+1,6) + 1) ?>.mesh">
</Model>
</attached>
</StaticEntity>
@@ -94,6 +95,15 @@
</attached>
</StaticEntity>
+
+
+ <MovableEntity position="<?lua print(y) ?>,300,<?lua print(z) ?>" scale=<?lua print(j * 2.1) ?> pitch="90" roll="180" yaw="<?lua print(-90+i*360/max) ?>" >
+ <attached>
+ <Model position="0,0,0" scale=25 mesh="ast6.mesh" shadow=true />
+ <!--ParticleEmitter position="0,0,0" source="Orxonox/Steam" /-->
+ </attached>
+ </MovableEntity>
+
<?lua
end
?>
More information about the Orxonox-commit
mailing list