Changeset 8079 for code/trunk/data/levels/presentation09.oxw
- Timestamp:
 - Mar 15, 2011, 9:47:11 PM (15 years ago)
 - Location:
 - code/trunk
 - Files:
 - 
          
- 2 edited
 
- 
          . (modified) (1 prop)
 - 
          data/levels/presentation09.oxw (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/trunk
- Property svn:mergeinfo changed
 
 - 
        
code/trunk/data/levels/presentation09.oxw
r7679 r8079 1 1 <LevelInfo 2 name = "Presentation X "3 description = " 1stPresentation level for Orxonox Convention X"2 name = "Presentation X 3rd" 3 description = "3rd Presentation level for Orxonox Convention X" 4 4 tags = "presentation" 5 5 /> … … 47 47 ?> 48 48 49 <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) ?>">49 <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) ?>"> 50 50 <attached> 51 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />51 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 52 52 </attached> 53 53 <?lua if i == 5 then ?><collisionShapes>  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






