Changeset 7057 for code/branches/fps/data
- Timestamp:
- May 31, 2010, 4:21:30 PM (14 years ago)
- Location:
- code/branches/fps/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fps/data/levels/fps_test.oxw
r6882 r7057 44 44 j = math.random() 45 45 ?> 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) ?>" > 48 47 <attached> 49 48 <Model position="0,0,0" scale=<?lua print(j * 10) ?> mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> … … 52 51 <SphereCollisionShape radius="<?lua print(j * 100) ?>" /> 53 52 </collisionShapes> 54 53 </MovableEntity> 55 54 <?lua 56 55 end -
code/branches/fps/data/levels/templates/fps.oxt
r7055 r7057 24 24 > 25 25 <collisionShapes> 26 <BoxCollisionShape position="0,-20,0" halfExtents="1 0,25,10" />26 <BoxCollisionShape position="0,-20,0" halfExtents="15,25,15" /> 27 27 </collisionShapes> 28 28
Note: See TracChangeset
for help on using the changeset viewer.