[Orxonox-commit 2941] r7641 - code/branches/lastmanstanding/data/levels

jo at orxonox.net jo at orxonox.net
Thu Nov 11 17:16:27 CET 2010


Author: jo
Date: 2010-11-11 17:16:27 +0100 (Thu, 11 Nov 2010)
New Revision: 7641

Modified:
   code/branches/lastmanstanding/data/levels/test_swallow.oxw
Log:
Swallow-Level works.

Modified: code/branches/lastmanstanding/data/levels/test_swallow.oxw
===================================================================
--- code/branches/lastmanstanding/data/levels/test_swallow.oxw	2010-11-11 16:06:23 UTC (rev 7640)
+++ code/branches/lastmanstanding/data/levels/test_swallow.oxw	2010-11-11 16:16:27 UTC (rev 7641)
@@ -3,6 +3,7 @@
   include("stats.oxo")
   include("templates/spaceship_swallow.oxt")
   include("templates/spaceship_pirate.oxt")
+  include("templates/lodinformation.oxt")
 ?>
 
 <Level
@@ -10,13 +11,17 @@
  description  = "presentation level for Orxonox Convention X"
 
 >
+
+  <templates>
+    <Template link=lodtemplate_default />
+  </templates>
+
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
    skybox       = "Orxonox/skypanoramagen1"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 
-
 <SpawnPoint position="<?lua print(math.sin(1.5) *40000) ?>,<?lua print(math.cos(1.5) *40000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipswallow />
 
 




More information about the Orxonox-commit mailing list