- Timestamp:
- Feb 15, 2011, 11:41:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding2/data/levels/lastManStanding.oxw
r7679 r7899 38 38 39 39 <!-- ------------ middle asteroid -------------- --> 40 <StaticEntity position="0,20,0" collisionType=static> 41 <attached> 42 <Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true /> 43 <!-- ParticleEmitter position="0,0,0" source="Orxonox/Steam" / --> 44 </attached> 45 <collisionShapes> 46 <SphereCollisionShape radius="145" /> 47 </collisionShapes> 40 <StaticEntity position="0,0,0" collisionType=static> 41 <attached> 42 <MovableEntity position="0,20,0" rotationrate="-4.5" rotationaxis="0,1,0" > 43 <attached> 44 <Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true /> 45 <Model position="-160,40,28.4" scale=1 mesh="sphere.mesh" /><!--EasterEgg indicator--> 46 <PickupSpawner position="-160,40,17" triggerDistance="20" respawnTime="5" maxSpawnedItems="15"><!--EasterEgg--> 47 <pickup> 48 <InvisiblePickup template=hugeinvisiblepickup /> 49 </pickup> 50 </PickupSpawner> 51 </attached> 52 </MovableEntity> 53 </attached> 54 <collisionShapes> 55 <SphereCollisionShape radius="145" /> 56 </collisionShapes> 48 57 </StaticEntity> 49 58 50 <PickupSpawner position="-160,65,10" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"><!--EasterEgg-->51 <pickup>52 <InvisiblePickup template=mediuminvisiblepickup />53 </pickup>54 </PickupSpawner>55 <PickupSpawner position="-160,60,17" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"><!--EasterEgg-->56 <pickup>57 <InvisiblePickup template=hugeinvisiblepickup />58 </pickup>59 </PickupSpawner>60 <StaticEntity position="-160,60,28.4"><!--EasterEgg-Indicator-->61 <attached>62 <Model position="0,0,0" scale=1 mesh="sphere.mesh" />63 </attached>64 </StaticEntity>65 59 66 60 <!-- ---------------asteroid dome----------------- --> … … 138 132 139 133 140 <?lua end ?> 134 <?lua end ?><!-- ---------------asteroid dome END-------------------> 141 135 142 136 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.