Changeset 7573 for code/branches/lastmanstanding/data/levels
- Timestamp:
- Oct 20, 2010, 11:26:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw
r7561 r7573 37 37 <attached> 38 38 <Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true /> 39 <!--ParticleEmitter position="0,0,0" source="Orxonox/Steam" /--> 40 <collisionShapes> 41 <SphereCollisionShape radius="30" /> 42 </collisionShapes> 39 <!-- ParticleEmitter position="0,0,0" source="Orxonox/Steam" / --> 43 40 </attached> 44 41 </StaticEntity> 45 42 <StaticEntity position="0,0,0" collisionType=static> 43 <collisionShapes> 44 <SphereCollisionShape radius="145" /> 45 </collisionShapes> 46 </StaticEntity> 46 47 47 48 <!-- ---------------asteroid dome----------------- --> … … 83 84 <StaticEntity position="<?lua print(y) ?>,-100,<?lua print(z) ?>" scale=<?lua print(j * 2) ?> > 84 85 <attached> 85 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*13 ,6) + 1) ?>.mesh">86 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*13+1,6) + 1) ?>.mesh"> 86 87 </Model> 87 88 </attached> … … 94 95 </attached> 95 96 </StaticEntity> 97 98 99 100 <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) ?>" > 101 <attached> 102 <Model position="0,0,0" scale=25 mesh="ast6.mesh" shadow=true /> 103 <!--ParticleEmitter position="0,0,0" source="Orxonox/Steam" /--> 104 </attached> 105 </MovableEntity> 96 106 97 107 <?lua
Note: See TracChangeset
for help on using the changeset viewer.