[Orxonox-commit 1572] r6290 - code/branches/presentation2/data/levels/templates

decapitb at orxonox.net decapitb at orxonox.net
Wed Dec 9 15:10:23 CET 2009


Author: decapitb
Date: 2009-12-09 15:10:23 +0100 (Wed, 09 Dec 2009)
New Revision: 6290

Modified:
   code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt
Log:
fixed a bug

Modified: code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt
===================================================================
--- code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt	2009-12-09 13:43:47 UTC (rev 6289)
+++ code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt	2009-12-09 14:10:23 UTC (rev 6290)
@@ -32,7 +32,9 @@
       <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
       <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
     </collisionShapes>
-
+<?lua
+  include("includes/weaponsettings_ghost.oxi")
+?>
   </SpaceShip>
 </Template>
 
@@ -43,11 +45,6 @@
       <CameraPosition position="0,40,160" drag=true mouselook=true />
       <CameraPosition position="0,50,200" drag=true mouselook=true />
     </camerapositions>
-
-<?lua
-  include("includes/weaponsettings_ghost.oxi")
-?>
-
   </SpaceShip>
 </Template>
 




More information about the Orxonox-commit mailing list