Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7057


Ignore:
Timestamp:
May 31, 2010, 4:21:30 PM (14 years ago)
Author:
edwind
Message:

by ED

Location:
code/branches/fps/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/fps/data/levels/fps_test.oxw

    r6882 r7057  
    4444j = math.random()
    4545?>
    46 
    47     <MovableEntity position="<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000 - 2000) ?>" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=<?lua print(j * 100) ?> 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) ?>" >
     46  <MovableEntity position="<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000 - 2000) ?>" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=<?lua print(j * 100) ?> 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) ?>" >
    4847      <attached>
    4948        <Model position="0,0,0" scale=<?lua print(j * 10) ?> mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />
     
    5251        <SphereCollisionShape radius="<?lua print(j * 100) ?>" />
    5352      </collisionShapes>
    54     </MovableEntity>
     53  </MovableEntity>
    5554<?lua
    5655end
  • code/branches/fps/data/levels/templates/fps.oxt

    r7055 r7057  
    2424  >
    2525    <collisionShapes>
    26       <BoxCollisionShape position="0,-20,0" halfExtents="10,25,10" />
     26      <BoxCollisionShape position="0,-20,0" halfExtents="15,25,15" />
    2727    </collisionShapes>
    2828   
Note: See TracChangeset for help on using the changeset viewer.