Changeset 5488 for data/media/levels
- Timestamp:
- May 4, 2009, 5:29:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/gametype_asteroids.oxw
r5475 r5488 15 15 > 16 16 17 18 19 17 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 20 18 21 19 22 <SpawnPoint position="0,0,0" lookat="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> 23 24 <CheckPoint name=trigger1 position="0,0,200" isdestination=false stayactive=true distance=20 /> 20 <SpawnPoint position="-300,300,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 25 21 26 22 27 <CheckPoint name=trigger2 position="0,0,400" isdestination=false stayactive=true distance=20 > 23 <!-- 24 <?lua 25 for i = 1, 50, 1 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) ?>" /> 28 <?lua 29 end 30 ?> 31 --> 32 33 34 <ForceField position="0,-500,0" direction="0,1,0" /> 35 36 37 <CheckPoint name=trigger1 position="-200,300,0" isdestination=false stayactive=true distance=20 /> 38 39 40 <CheckPoint name=trigger2 position="0,250,0" isdestination=false stayactive=true distance=20 > 28 41 <events> 29 42 <activity> … … 34 47 35 48 36 <CheckPoint name=trigger3 position=" 0,0,600" isdestination=truestayactive=true distance=20 >49 <CheckPoint name=trigger3 position="200,350,0" stayactive=true distance=20 > 37 50 <events> 38 51 <activity> … … 42 55 </CheckPoint> 43 56 57 <CheckPoint name=trigger4 position="600,150,0" stayactive=true distance=20 > 58 <events> 59 <activity> 60 <EventListener event=trigger3 /> 61 </activity> 62 </events> 63 </CheckPoint> 64 65 <CheckPoint name=trigger5 position="1000,200,0" isdestination=true stayactive=true distance=20 > 66 <events> 67 <activity> 68 <EventListener event=trigger4 /> 69 </activity> 70 </events> 71 </CheckPoint> 44 72 45 73
Note: See TracChangeset
for help on using the changeset viewer.