Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2011, 3:02:02 PM (14 years ago)
Author:
fmauro
Message:

added generateFog function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/environment3/data/levels/asteroidField.oxw

    r8946 r8961  
    3434    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
    3535
    36     <!-- Generate asteroid field with diameter 12000 containing 250 asteroids -->   
     36    <!-- Generate asteroid field and asteroid belt -->   
    3737    <?lua
    3838        dofile("includes/asteroidField.lua")
    39         asteroidField(0, 0, 5000, 100, 150, 2000, 50);
    40         asteroidBelt(0, 0, 0, -48, -34, 30, 100, 200, 17000, 21000, 900)
     39        asteroidField(0, 0, 5000, 100, 150, 2000, 50, 1);
     40        asteroidBelt(0, 0, 0, -48, -34, 30, 100, 200, 17000, 21000, 900, 1)
    4141    ?>
    4242   
Note: See TracChangeset for help on using the changeset viewer.