Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5171


Ignore:
Timestamp:
Sep 28, 2008, 10:47:05 PM (16 years ago)
Author:
rgrieder
Message:

226 Asteroids again in the level file.

File:
1 edited

Legend:

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

    r5166 r5171  
    5050
    5151<?lua
    52 for i = 1, 1, 1
     52for i = 1, 226, 1
    5353do ?>
    5454  <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.