Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2010, 5:58:01 PM (13 years ago)
Author:
jo
Message:

Level is now fixed. Some further minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw

    r7605 r7617  
    6666<!-- ---------------asteroid dome----------------- -->
    6767<?lua
    68 max = 17
    69 for i = 1, max, 1
     68max = 16
     69for i = 0, max, 1
    7070do
    7171    y = math.sin(i/max*6)*750
    7272    z = math.cos(i/max*6)*750
     73    j = 1
    7374    ?>
    74 <?lua
    75 for k = 1, 17, 1
    76 do
    77 j = math.random()
    78 ?>
    7975
    8076    <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 />
     
    142138
    143139
    144 <?lua
    145 end
    146 ?>
    147140<?lua end ?>
    148141
Note: See TracChangeset for help on using the changeset viewer.