[Orxonox-commit 5661] r10321 - code/branches/formationFS15/data/levels

sborghi at orxonox.net sborghi at orxonox.net
Thu Mar 19 14:30:34 CET 2015


Author: sborghi
Date: 2015-03-19 14:30:34 +0100 (Thu, 19 Mar 2015)
New Revision: 10321

Added:
   code/branches/formationFS15/data/levels/sborghi.oxw
Log:
New Level File

Added: code/branches/formationFS15/data/levels/sborghi.oxw
===================================================================
--- code/branches/formationFS15/data/levels/sborghi.oxw	                        (rev 0)
+++ code/branches/formationFS15/data/levels/sborghi.oxw	2015-03-19 13:30:34 UTC (rev 10321)
@@ -0,0 +1,36 @@
+<LevelInfo
+ name = "Borghi level"
+ description = "A level with absolutely nothing in it."
+ tags = "test"
+ screenshot = "emptylevel.png"
+/>
+
+<?lua
+  include("stats.oxo")
+  include("HUDTemplates3.oxo")
+  include("templates/lodInformation.oxt")
+?>
+
+<?lua
+  include("templates/spaceshipAssff2.oxt")
+  include("templates/spaceshipPirate.oxt")
+  include("templates/spaceshipEscort.oxt")
+?>
+
+<Level>
+  <templates>
+    <Template link=lodtemplate_default />
+  </templates>
+  <?lua include("includes/notifications.oxi") ?>
+
+  <Scene
+    ambientlight = "0.8, 0.8, 0.8"
+    skybox       = "Orxonox/Starbox"
+  >
+
+    <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 team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
+    
+  </Scene>
+</Level>
+




More information about the Orxonox-commit mailing list