- Timestamp:
- May 10, 2009, 10:45:52 PM (16 years ago)
- Location:
- data/media
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/gametype_asteroids.oxw
r5488 r5497 21 21 22 22 23 <!-- 23 24 24 <?lua 25 for i = 1, 50, 125 for i = 1, 100, 1 26 26 do ?> 27 <Model scale="<?lua print(math.random() * 50 + 3) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" position="<?lua print(math.random() * 10000 + 5000) ?>,<?lua print(math.random() * 10000 + 5000) ?>,<?lua print(math.random() * 10000 + 5000) ?>" /> 27 <Model scale="<?lua print(math.random() * 150 + 30) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" position="<?lua print(math.random() * 10000 ) ?>,<?lua print(math.random() * 10000 - 5000) ?>,<?lua print(math.random() * 10000 - 5000) ?>"> 28 29 </Model> 28 30 <?lua 29 31 end 30 32 ?> 31 -->32 33 33 34 34 <ForceField position="0,-500,0" direction="0,1,0" /> 35 36 <ForceField position="0,-500,0" direction="0,1,0" diameter=1000 velocity=50> 37 <attached> 38 <ParticleEmitter source="Orxonox/forcefield" lifetime=10000 startdelay=0 /> 39 </attached> 40 </ForceField> 41 42 <ForceField position="1000,-100,0" direction="0,1,1" diameter=1500 velocity=100/> 43 <ForceField position="1800,300,-500" direction="0,0,1" diameter=800 velocity=50/> 35 44 36 45 37 <CheckPoint name=trigger1 position="-200,300,0" isdestination=false stayactive=true distance=20 /> 46 47 <CheckPoint name=trigger1 position="600,300,0" isdestination=false stayactive=true distance=20 /> 38 48 39 49 40 <CheckPoint name=trigger2 position=" 0,250,0" isdestination=false stayactive=true distance=20 >50 <CheckPoint name=trigger2 position="1000,300,600" isdestination=false stayactive=true distance=20 > 41 51 <events> 42 52 <activity> … … 47 57 48 58 49 <CheckPoint name=trigger3 position=" 200,350,0" stayactive=true distance=20 >59 <CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=20 > 50 60 <events> 51 61 <activity> … … 55 65 </CheckPoint> 56 66 57 <CheckPoint name=trigger4 position=" 600,150,0" stayactive=true distance=20 >67 <CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=20 > 58 68 <events> 59 69 <activity> … … 63 73 </CheckPoint> 64 74 65 <CheckPoint name=trigger5 position=" 1000,200,0" isdestination=true stayactive=true distance=20 >75 <CheckPoint name=trigger5 position="3600,300,1400" isdestination=true stayactive=true distance=20 > 66 76 <events> 67 77 <activity>
Note: See TracChangeset
for help on using the changeset viewer.