[Orxonox-commit 1639] r6357 - code/branches/presentation2/data/levels/templates

decapitb at orxonox.net decapitb at orxonox.net
Tue Dec 15 23:58:25 CET 2009


Author: decapitb
Date: 2009-12-15 23:58:25 +0100 (Tue, 15 Dec 2009)
New Revision: 6357

Modified:
   code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt
Log:
adjusted speed of the ghost spaceship, the demo won't be so slow now

Modified: code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt
===================================================================
--- code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt	2009-12-15 22:04:39 UTC (rev 6356)
+++ code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt	2009-12-15 22:58:25 UTC (rev 6357)
@@ -11,7 +11,7 @@
    maxhealth         = 200
    initialhealth     = 100
 
-   primaryThrust     = 100;
+   primaryThrust     = 600;
    auxilaryThrust    = 30;
    rotationThrust    = 25;
 
@@ -52,12 +52,12 @@
   <MultiStateEngine
    boostfactor    = 2
 
-   speedfront     = 150
+   speedfront     = 600
    speedback      =  50
    speedleftright =  50
    speedupdown    =  50
 
-   accelerationfront     = 300
+   accelerationfront     = 700
    accelerationbrake     = 300
    accelerationback      =  100
    accelerationleftright =  100




More information about the Orxonox-commit mailing list