Changeset 5528 for data/media/levels/tutorial.oxw
- Timestamp:
- May 23, 2009, 3:44:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/tutorial.oxw
r5519 r5528 1 1 <?lua 2 include(" levels/hudtemplates3.oxw")2 include("overlay/hudtemplates3.oxo") 3 3 include("overlay/stats.oxo") 4 include("levels/ spaceshiptemplates_presentation.oxw")4 include("levels/templates/spaceship_assff.oxt") 5 5 ?> 6 6 … … 30 30 31 31 <?lua 32 for i = 1, 10, 1 32 for i = 1, 10, 1 33 33 do ?> 34 34 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 35 <?lua 35 <?lua 36 36 end 37 37 ?> … … 52 52 <!-- 53 53 <?lua 54 for i = 1, 70, 1 54 for i = 1, 70, 1 55 55 do ?> 56 56 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 1000 + 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> … … 86 86 </attached> 87 87 </MovableEntity> 88 <?lua 88 <?lua 89 89 end 90 90 ?>
Note: See TracChangeset
for help on using the changeset viewer.