Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9713


Ignore:
Timestamp:
Oct 21, 2013, 4:12:44 PM (11 years ago)
Author:
agermann
Message:

EntryTest2

Location:
code/branches/spacestationentry/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spacestationentry/data/levels/EntryTest.oxw

    r9710 r9713  
     1<!-- -->
    12<LevelInfo
    23 name = "EntryTest"
     
    1415  include("templates/spaceshipSpacecruiser.oxt")
    1516  include("templates/spaceshipTransporter.oxt")
     17  include("templates/FPS.oxt")
    1618?>
    1719
     
    508510        name                = "cruiser"
    509511        radarname           = "Spacecruiser" >
     512    <!--FpsPlayer
     513   spawnparticlesource    = "Orxonox/fairytwirl"
     514   spawnparticleduration  = 3
     515   explosionchunks        = 6
     516
     517   health            = 100
     518   maxhealth         = 200
     519   initialhealth     = 100
     520
     521   primaryThrust     = 0;
     522   auxilaryThrust    = 0;
     523   rotationThrust    = 0;
     524
     525   collisionType     = "dynamic"
     526   mass              = 100
     527   linearDamping     = 0.7
     528   angularDamping    = 0.9999999
     529   friction          = 0.01
     530
     531   weapon            = "hs-w01.mesh"
     532
     533   radarname         = "FPS"
     534  -->
    510535      <attached>
    511536        <DockingTarget name="spaceShip" />
  • code/branches/spacestationentry/data/levels/FPSTest.oxw

    r9348 r9713  
     1<!-- -->
    12<LevelInfo
    23 name = "FPS testlevel"
Note: See TracChangeset for help on using the changeset viewer.