Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 3:44:49 PM (8 years ago)
Author:
nyogaraj
Message:

i finished the project without ever making any commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boss_FS17/data/levels/shieldTest.oxw

    r11052 r11424  
    99  include("HUDTemplates3.oxo")
    1010  include("stats.oxo")
    11   include("templates/spaceshipImmTest.oxt")
     11  include("templates/spaceshipAssff.oxt")
    1212  include("templates/lodInformation.oxt")
    1313?>
     
    6161      for i = 1, 10, 1 do
    6262    ?>
    63       <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=spaceshipimmtest />
     63      <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 />
    6464    <?lua end ?>
    6565
Note: See TracChangeset for help on using the changeset viewer.