- Timestamp:
- Oct 21, 2013, 4:12:44 PM (11 years ago)
- Location:
- code/branches/spacestationentry/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacestationentry/data/levels/EntryTest.oxw
r9710 r9713 1 <!-- --> 1 2 <LevelInfo 2 3 name = "EntryTest" … … 14 15 include("templates/spaceshipSpacecruiser.oxt") 15 16 include("templates/spaceshipTransporter.oxt") 17 include("templates/FPS.oxt") 16 18 ?> 17 19 … … 508 510 name = "cruiser" 509 511 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 --> 510 535 <attached> 511 536 <DockingTarget name="spaceShip" /> -
code/branches/spacestationentry/data/levels/FPSTest.oxw
r9348 r9713 1 <!-- --> 1 2 <LevelInfo 2 3 name = "FPS testlevel"
Note: See TracChangeset
for help on using the changeset viewer.