Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7641


Ignore:
Timestamp:
Nov 11, 2010, 5:16:27 PM (13 years ago)
Author:
jo
Message:

Swallow-Level works.

File:
1 edited

Legend:

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

    r7285 r7641  
    44  include("templates/spaceship_swallow.oxt")
    55  include("templates/spaceship_pirate.oxt")
     6  include("templates/lodinformation.oxt")
    67?>
    78
     
    1112
    1213>
     14
     15  <templates>
     16    <Template link=lodtemplate_default />
     17  </templates>
     18
    1319  <Scene
    1420   ambientlight = "0.5, 0.5, 0.5"
     
    1622  >
    1723    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    18 
    1924
    2025<SpawnPoint position="<?lua print(math.sin(1.5) *40000) ?>,<?lua print(math.cos(1.5) *40000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipswallow />
Note: See TracChangeset for help on using the changeset viewer.