Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2009, 3:43:45 PM (15 years ago)
Author:
FelixSchulthess
Message:

new ship

File:
1 edited

Legend:

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

    r5433 r5499  
    55<?lua
    66  include("levels/spaceshiptemplates.oxw")
     7  include("levels/spaceshiptemplates_pirate.oxw")
    78?>
    89
     
    1213>
    1314  <Scene
    14     ambientlight = "0.5, 0.5, 0.5"
     15    ambientlight = "0.8, 0.8, 0.8"
    1516    skybox       = "Orxonox/Starbox"
    1617  >
    17     <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
    18     <Model position="0,0,-9000" scale=1000 mesh="planet.mesh" rotationaxis="0,0,1" rotationrate="0.1"/>
    19     <Model position="0,0, 9000" scale=1000 mesh="planet.mesh" rotationaxis="0,0,1" rotationrate="0.1"/>
     18    <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" />
     19    <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshippirate />
    2020  </Scene>
    2121</Level>
Note: See TracChangeset for help on using the changeset viewer.