Changeset 7617 for code/branches/lastmanstanding/data/levels
- Timestamp:
- Nov 5, 2010, 5:58:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw
r7605 r7617 66 66 <!-- ---------------asteroid dome----------------- --> 67 67 <?lua 68 max = 1 769 for i = 1, max, 168 max = 16 69 for i = 0, max, 1 70 70 do 71 71 y = math.sin(i/max*6)*750 72 72 z = math.cos(i/max*6)*750 73 j = 1 73 74 ?> 74 <?lua75 for k = 1, 17, 176 do77 j = math.random()78 ?>79 75 80 76 <SpawnPoint team=0 position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> … … 142 138 143 139 144 <?lua145 end146 ?>147 140 <?lua end ?> 148 141
Note: See TracChangeset
for help on using the changeset viewer.