Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2008, 1:19:07 AM (15 years ago)
Author:
rgrieder
Message:

More physics testing xml code.

File:
1 edited

Legend:

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

    r5290 r5295  
    11<?lua
    22  include("levels/spaceshiptemplates.oxw")
     3?>
     4<?lua
     5  include("levels/hudtemplates.oxw")
    36?>
    47
     
    5053      </attached>
    5154      <collisionShapes>
    52         <SphereCollisionShape name = "secondSphere" radius=20 position="100,0,0"/>
     55        <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/>
    5356      </collisionShapes>
    5457    </LinearEntity>
     58   
     59    <StaticEntity
     60     name            = "blubbStatic"
     61     position        = "50, -20, -500"
     62     collisionType   = "static"
     63     mass            = 10
     64    >
     65      <attached>
     66        <Model position="0,0,0" scale=10 mesh="ast1.mesh" />
     67      </attached>
     68      <collisionShapes>
     69        <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/>
     70      </collisionShapes>
     71    </StaticEntity>
    5572   
    5673    <!--SpawnPoint position="0,   0,  100"           spawnclass=SpaceShip pawndesign=spaceshipassff />
Note: See TracChangeset for help on using the changeset viewer.