Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 23, 2017, 3:58:28 PM (7 years ago)
Author:
nyogaraj
Message:

new level

Location:
code/branches/Boss_FS17/data/levels
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boss_FS17/data/levels/Endurancefinal.oxw

    r11357 r11380  
    3737      </templates>
    3838    </ModularSpaceShip>
     39
     40    <StaticEntity position="0,0,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 >
     41    <attached>
     42        <Model position="0,0,0" mesh="cube.mesh" scale3D="10000,10000,1000" />
     43    </attached>
     44    <collisionShapes>
     45        <BoxCollisionShape position="0,0,0" halfExtents="10000,10000,1000" />
     46    </collisionShapes>
     47</StaticEntity>
     48
     49
     50   
    3951   
    4052  </Scene>
  • code/branches/Boss_FS17/data/levels/emptyLevel.oxw

    r11357 r11380  
    1010  include("HUDTemplates3.oxo")
    1111  include("templates/lodInformation.oxt")
    12   include("templates/HeavyCruiser.oxt")
    1312?>
    1413
    1514<?lua
    1615  include("templates/spaceshipEscort.oxt")
    17   include("templates/endurancetest_template.oxt")
    1816?>
    1917
     
    3129    <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"/>
    3230    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     31    <StaticEntity position="0,-10000,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 >
     32    <attached>
     33        <Model position="0,0,0" mesh="cube.mesh" scale3D="10000,10000,1000" />
     34    </attached>
     35    <collisionShapes>
     36        <BoxCollisionShape position="0,0,0" halfExtents="10000,10000,1000" />
     37    </collisionShapes>
     38</StaticEntity>
    3339
    34     <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000">
    35       <templates>
    36         <Template link=endurance />
    37       </templates>
    38     </ModularSpaceShip>
    3940   
    4041  </Scene>
Note: See TracChangeset for help on using the changeset viewer.