Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2008, 4:17:47 PM (16 years ago)
Author:
rgrieder
Message:

Added asteroids to tutorial.oxw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/levels/tutorial.oxw

    r5170 r5172  
    1616
    1717<?lua
    18 for i = 1, 1, 1
     18for i = 1, 226, 1
    1919do ?>
    2020  <Model position="<?lua print(math.random() * 40000 - 20000)?>, <?lua print(math.random() * 40000 - 20000) ?>, <?lua print(math.random() * 40000 - 20000) ?>" scale="<?lua print(math.random() * 250 + 20) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" rotationAxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationRate="<?lua print(math.random() * 30 + 15) ?>" />
Note: See TracChangeset for help on using the changeset viewer.