Changeset 5571
- Timestamp:
- May 28, 2009, 5:14:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation09b.oxw
r5569 r5571 19 19 <SpawnPoint position="-4200, 2500, 1200" spawnclass=SpaceShip pawndesign=spaceshipassff /> 20 20 21 <Model position="10500, 2000, 3000" scale="100" mesh="spacecruiser.mesh"/> 21 <StaticEntity position="7800, 4000, 3000"> 22 <attached> 23 <Model position="400, 0, 0" scale="40" mesh="DuBall2.mesh"/> 24 <Model position="-400, 0, 0" scale="40" mesh="DuBall1.mesh"/> 25 </attached> 26 </StaticEntity> 27 28 <MovableEntity position="7000, -4000, -2000" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=500> 29 <attached> 30 <Model position="0,0,0" scale="5" mesh="Carrier.mesh"/> 31 <Backlight 32 mainstate=activity 33 active=false 34 scale=0.4 35 name=bltest 36 position=" 7.6, 0, 6" 37 colour="0.2, 0.65, 1.0, 1.0" 38 width=15 39 length=1500 40 lifetime=2 41 elements=50 42 trailmaterial="Trail/backlighttrail" 43 turnontime=1 44 turnofftime=1 45 material="Flares/ThrusterFlare1" 46 /> 47 </attached> 48 <collisionShapes> 49 <BoxCollisionShape position="70,0,-25" halfExtents="150, 50, 25" /> 50 <BoxCollisionShape position="95,75,-16" halfExtents="70, 10, 12" /> 51 <BoxCollisionShape position="95,-75,-16" halfExtents="70, 10, 12" /> 52 <BoxCollisionShape position="77,47,30" halfExtents="110, 2, 30" /> 53 <BoxCollisionShape position="77,-47,30" halfExtents="110, 2, 30" /> 54 <BoxCollisionShape position="77,0,50" halfExtents="110, 45, 6" /> 55 <BoxCollisionShape position="167,0,70" halfExtents="17, 20, 20" /> 56 </collisionShapes> 57 </MovableEntity> 22 58 <?lua 23 59 for i = 1, 200, 1
Note: See TracChangeset
for help on using the changeset viewer.