Changeset 5171
- Timestamp:
- Sep 28, 2008, 10:47:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/levels/sample.oxw
r5166 r5171 50 50 51 51 <?lua 52 for i = 1, 1, 152 for i = 1, 226, 1 53 53 do ?> 54 54 <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.