- Timestamp:
- Mar 27, 2011, 7:35:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/data/levels/planets.oxw
r8129 r8134 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("templates/lod information.oxt")5 include("templates/spaceship _swallow.oxt")6 include("templates/spaceship _pirate.oxt")4 include("templates/lodInformation.oxt") 5 include("templates/spaceshipSwallow.oxt") 6 include("templates/spaceshipPirate.oxt") 7 7 ?> 8 8 … … 23 23 > 24 24 25 < AmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" />25 <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" /> 26 26 <Light type=directional position="-10000,-10000,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" /> 27 27 … … 50 50 <MovableEntity position="<?lua print(x + math.random() * 10000-2500) ?>,<?lua print(y + math.random() * 5000-2500) ?>,<?lua print(z + math.random() * 1000-500) ?>" <?lua if i == 5 then ?> collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=<?lua print(j * 50) ?> <?lua end ?> scale=<?lua print(j * 5) ?> rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 51 51 <attached> 52 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />52 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 53 53 </attached> 54 54 <?lua if i == 5 then ?><collisionShapes>
Note: See TracChangeset
for help on using the changeset viewer.