Changeset 9011 for code/branches/presentation2011/data
- Timestamp:
- Dec 20, 2011, 10:53:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/data/levels/asteroidField.oxw
r9008 r9011 38 38 39 39 40 <!-- Belt that's far away -->40 <!-- Belt that's far away *** TURNED OFF FOR PERFORMANCE REASONS *** --> 41 41 <!-- Generate asteroid field and asteroid belt --> 42 <!-- 42 43 <?lua 43 44 dofile("includes/asteroidField.lua") 44 45 asteroidBelt(0, 0, 0, -48, -34, 70, 100, 200, 219900, 210000, 900, 1) 45 46 ?> 47 --> 46 48 47 49 48 49 50 <!-- Belts around the planet --> 50 <!-- triple large belt around the planet --> 51 51 <?lua 52 52 dofile("includes/asteroidField.lua") 53 asteroidBelt( 3000, 0, 0, -100, -134, 80, 10, 20, 2190, 1800, 100, 1)53 asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 7190, 7800, 250, 1) 54 54 ?> 55 55 <?lua 56 56 dofile("includes/asteroidField.lua") 57 asteroidBelt( 3000, 0, 0, -190, -134, 80, 10, 20, 2190, 1800, 100, 1)57 asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 10000, 11000, 300, 1) 58 58 ?> 59 59 <?lua 60 60 dofile("includes/asteroidField.lua") 61 asteroidBelt( 3000, 0, 0, -270, -134, 80, 10, 20, 2190, 1800, 100, 1)61 asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 14000, 15000, 350, 1) 62 62 ?> 63 63 … … 66 66 <!-- Planet close to spawn point --> 67 67 <Planet 68 position=" 3000,0,0"69 scale=" 1000"68 position="15000,0,0" 69 scale="5000" 70 70 collisionType="dynamic" 71 71 linearDamping="0.8"
Note: See TracChangeset
for help on using the changeset viewer.