Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2008, 3:05:42 AM (15 years ago)
Author:
landauf
Message:

added spaceship

File:
1 edited

Legend:

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

    r5240 r5241  
    11<?lua
    22  include("../../media/levels/hudtemplates.oxw")
     3?>
     4
     5<?lua
     6  include("../../media/levels/spaceshiptemplates.oxw")
    37?>
    48
     
    1115   skybox       = "Orxonox/Starbox"
    1216  >
    13     <SpawnPoint position="0,0,100" spawnclass=Spectator />
    14     <SpawnPoint position="0,0,-700" yaw=180 spawnclass=Spectator />
    15     <SpawnPoint position="0,300,-300" pitch=-90 spawnclass=Spectator />
     17    <SpawnPoint position="0,   0,  100"           spawnclass=SpaceShip pawndesign=spaceshipassff />
     18    <SpawnPoint position="0,   0, -700" yaw  =180 spawnclass=SpaceShip pawndesign=spaceshippirate />
     19    <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipspacecruiser />
    1620
    1721    <MovableEntity position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90>
     
    4852    <Model position="-200,0,0" scale=10 mesh="ast6.mesh" shadow=false />
    4953
    50     <Model position="0,0,-100" pitch=-90 roll=-90 scale=7 mesh="assff.mesh" />
     54    <Model position="1000,-200,0" scale3D="1,100,100" mesh="ast1.mesh" />
    5155
    52     <Model position="1000,-200,0" scale3D="1,100,100" mesh="ast1.mesh" />
    53   </Scene>
     56    <Model position="0, 0,-100" pitch=-90 roll=-90 scale=4 mesh="assff.mesh" />
     57    <Model position="0,100,-100" pitch=-90 roll=-90 scale=4 mesh="pirate.mesh" />
     58    <Model position="0,300,-100" pitch=-90 roll=-90 scale=4 mesh="spacecruiser.mesh" />
    5459
    55   <Scene
    56    ambientlight = "1.0, 0.0, 0.0"
    57    skybox       = "Orxonox/StarSkyBox"
    58   >
    59     <SpawnPoint position="0,0,100" spawnclass=Spectator />
    60     <Model position="0,0,-100" pitch=-90 roll=-90 scale=7 mesh="assff.mesh" />
    6160  </Scene>
    6261</Level>
Note: See TracChangeset for help on using the changeset viewer.