[Orxonox-commit 5426] r10089 - code/branches/keckslevelHS14/data/levels
kecks at orxonox.net
kecks at orxonox.net
Wed Oct 15 14:09:50 CEST 2014
Author: kecks
Date: 2014-10-15 14:09:49 +0200 (Wed, 15 Oct 2014)
New Revision: 10089
Added:
code/branches/keckslevelHS14/data/levels/kecks.oxw
Log:
Initial version of the level
Added: code/branches/keckslevelHS14/data/levels/kecks.oxw
===================================================================
--- code/branches/keckslevelHS14/data/levels/kecks.oxw (rev 0)
+++ code/branches/keckslevelHS14/data/levels/kecks.oxw 2014-10-15 12:09:49 UTC (rev 10089)
@@ -0,0 +1,36 @@
+<LevelInfo
+ name = "kecks"
+ description = "A level with nothing in it."
+ tags = "test"
+ screenshot = "pirateattack.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/skyBoxMoreNebula"
+ >
+
+ <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