Changeset 9046 for code/branches/shipSelection/data/levels
- Timestamp:
- Mar 17, 2012, 7:19:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/shipSelection/data/levels/tutorial.oxw
r9039 r9046 53 53 for i = 1, 10, 1 do 54 54 ?> 55 <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=s paceshipassff/>55 <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=shipselection /> 56 56 <?lua end ?> 57 57
Note: See TracChangeset
for help on using the changeset viewer.