Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 23, 2012, 4:16:03 PM (12 years ago)
Author:
laumerf
Message:

Ebene eingefuegt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceRace/data/levels/surfaceRace.oxw

    r9041 r9056  
    11<LevelInfo
    22 name = "Surface Race"
    3  description = "Bum Bum Bum"
    4  tags = "test"
     3 description = "Race on a surface of a planet"
     4 tags = "Race"
    55 screenshot = "emptylevel.png"
    66/>
    77
    88<?lua
     9  include("HUDTemplates3.oxo")
    910  include("stats.oxo")
    10   include("HUDTemplates3.oxo")
     11  include("templates/spaceshipRace.oxt")
    1112  include("templates/lodInformation.oxt")
    12 ?>
    1313
    14 <?lua
    15   include("templates/spaceshipAssff2.oxt")
    16   include("templates/spaceshipPirate.oxt")
     14
    1715?>
    1816
     
    2624    ambientlight = "2.0, 2.0, 2.0"
    2725    skybox       = "Orxonox/skyBoxClouds"
     26    gravity      = "0,-150,0"
     27    negativeWorldRange = "-100000, -100000, -100000"
     28    positiveWorldRange = " 100000,  100000,  100000"
     29    hasPhysics   = true
    2830  >
    2931
    30     <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"/>
    31     <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
     32  <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"/>
     33
     34  <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 >
     35      <attached>
     36        <Model position="0,0,0" mesh="testcube.mesh" scale3D="5000,5000,5000" />
     37      </attached>
     38      <collisionShapes>
     39        <BoxCollisionShape position="0,50,0" halfExtents="5000,5000,5000" />
     40      </collisionShapes>
     41  </StaticEntity>
     42
     43    <SpawnPoint team=0 position="0,5050,0" lookat="0,5070,5070" spawnclass=SpaceShip pawndesign=spaceshipRace />
    3244   
    3345  </Scene>
Note: See TracChangeset for help on using the changeset viewer.