Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 14, 2009, 6:15:15 PM (15 years ago)
Author:
dave
Message:

H2 fighter added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/presentation_dm.oxw

    r5502 r5513  
    33  include("overlay/stats.oxo")
    44  include("levels/spaceshiptemplates_presentation.oxw")
     5  include("levels/spaceshiptemplates_presentation_H2.oxw")
    56?>
    67
     
    1819for i = 1, 10, 1
    1920do ?>
    20     <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 />
     21    <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=spaceshipHtwo />
    2122<?lua
    2223end
     
    3233      </events>
    3334    </GlobalShader>
     35
     36    <Model position="0,0,0" scale=8 mesh="h2_green.mesh" />
    3437
    3538<?lua
Note: See TracChangeset for help on using the changeset viewer.