Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2017, 2:58:20 PM (7 years ago)
Author:
patricwi
Message:

merged Boss Level

Location:
code/branches/Presentation_FS17
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_FS17

  • code/branches/Presentation_FS17/data/levels/shieldTest.oxw

    r11052 r11444  
    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.